1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-05 23:11:24 +08:00

Solve the AttendanceCard hammer problem

This commit is contained in:
gzw
2023-06-08 20:24:30 +08:00
parent a1fbd3e54f
commit 36a85996bb

View File

@@ -13,7 +13,7 @@
</template> </template>
<el-calendar ref="calendar" /> <el-calendar ref="calendar" />
</el-card> </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" /> <edit-one-attendance @setDialogVisible="closeAttendance" />
</el-dialog> </el-dialog>
</template> </template>