gerson
2024-08-25 9a8a56f6d2cfe0ab9ec9368d58d03d1cf10ade28
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>