mirror of
https://github.com/FatttSnake/Pinnacle-OA.git
synced 2026-04-05 06:51:23 +08:00
Solve the AttendanceCard hammer problem
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
</template>
|
||||
<el-calendar ref="calendar" />
|
||||
</el-card>
|
||||
<el-dialog v-model="attendanceVisible" title="打卡" style="width: 25%">
|
||||
<el-dialog v-model="attendanceVisible" title="打卡" style="width: 25%; min-width: 320px">
|
||||
<edit-one-attendance @setDialogVisible="closeAttendance" />
|
||||
</el-dialog>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user