src/components/chat/chatComponents/summaryCom/components/recordSet/components/TimeRange.vue
@@ -2,7 +2,7 @@ <div class="flex items-center"> <div class="flex items-center space-x-1"> <div class="ywicon icon-pre" class="ywifont ywicon-pre" :class="{ 'cursor-not-allowed': !offsetClickIsAllow, 'cursor-pointer': offsetClickIsAllow }" @click="preDayClick" ></div> @@ -24,7 +24,7 @@ </template> </el-date-picker> <div class="ywicon icon-next" class="ywifont ywicon-next" :class="{ 'cursor-not-allowed': !offsetClickIsAllow, 'cursor-pointer': offsetClickIsAllow }" @click="nextDayClick" ></div>