Merge branch 'dev-3.7' of https://git.mesalab.cn/nezha/nezha-fronted into dev-3.8

This commit is contained in:
zhangyu
2023-07-20 18:04:05 +08:00
7 changed files with 53 additions and 36 deletions

View File

@@ -28,7 +28,7 @@
<div class="calendar-popover-text">
<i class="nz-icon"
v-if="showLocked"
@click.stop="changeLocked"
@click.stop="changeLocked()"
:title="timePickerLocked ? $t('timepicker.unlockTime') : $t('timepicker.lockTime')"
:class="timePickerLocked ? 'nz-icon-push-pin-line colorfa901c' : 'nz-icon-push-pin-line'"
style="margin-right: 5px;cursor: pointer"