소스 검색

去除今日 按钮

vaecebyZ 9 달 전
부모
커밋
651ffa0351
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      uni_modules/uni-calendar/components/uni-calendar/uni-calendar.vue

+ 1 - 1
uni_modules/uni-calendar/components/uni-calendar/uni-calendar.vue

@@ -25,7 +25,7 @@
 				<view class="uni-calendar__header-btn-box" @click.stop="next">
 					<view class="uni-calendar__header-btn uni-calendar--right"></view>
 				</view>
-				<text class="uni-calendar__backtoday" @click="backToday">{{ todayText }}</text>
+				<!-- <text class="uni-calendar__backtoday" @click="backToday">{{ todayText }}</text> -->
 
 			</view>
 			<view class="uni-calendar__box" @touchstart="startTouch" @touchmove="moveTouch" @touchend="endTouch">