Commit 88e9d1c038777792af38fb3938271bb9d0740772

Authored by yangzhi
1 parent 0d10fa49

首页日历有个小bug

Showing 1 changed file with 2 additions and 2 deletions
src/views/dashboard/index.vue
... ... @@ -388,9 +388,9 @@ export default {
388 388 >>> .el-calendar-day p {
389 389 margin: 0;
390 390 text-align: center;
391   - height: 40px;
  391 + height: 30px;
392 392 width: 40px;
393   - line-height: 40px;
  393 + line-height: 30px;
394 394 }
395 395 >>> .el-calendar-table .el-calendar-day:hover {
396 396 background-color: transparent;
... ...