利用插槽写屏幕按钮随意拖动控件,页面滚动消失,停止显示
摘要:<template> <transition> <div ref="dragIcon" class="drag-icon-wrapper" @touchstart="handleTouchStart" @touchmove.prevent="handleTouchMove" @touchend="h
阅读全文
posted @ 2021-10-22 11:46
posted @ 2021-10-22 11:46
<template> <div class="calendar-box"> <div class="calendar-box-selmonth"> <div class="sel-time" @click="lastMonth">{{ lef }}</div> {{ year }}年{{ month
阅读全文
posted @ 2021-10-22 11:36