style:样式修改完成
Showing
2 changed files
with
9 additions
and
6 deletions
... | @@ -396,11 +396,13 @@ table td { | ... | @@ -396,11 +396,13 @@ table td { |
396 | .el-date-table td span { | 396 | .el-date-table td span { |
397 | color: #DBFAFF | 397 | color: #DBFAFF |
398 | } | 398 | } |
399 | |||
399 | .el-date-table td span:hover { | 400 | .el-date-table td span:hover { |
400 | background-color: #074487; | 401 | background-color: #074487; |
401 | border: 1px solid #02D9FD; | 402 | border: 1px solid #02D9FD; |
402 | color: #02D9FD | 403 | color: #02D9FD |
403 | } | 404 | } |
405 | |||
404 | .el-date-table td.current:not(.disabled) span { | 406 | .el-date-table td.current:not(.disabled) span { |
405 | background-color: #074487; | 407 | background-color: #074487; |
406 | // border:1px solid saddlebrown; | 408 | // border:1px solid saddlebrown; |
... | @@ -524,9 +526,9 @@ table td { | ... | @@ -524,9 +526,9 @@ table td { |
524 | .el-menu--horizontal .el-menu .el-menu-item.is-active, | 526 | .el-menu--horizontal .el-menu .el-menu-item.is-active, |
525 | .el-menu--horizontal .el-menu--popup .el-menu-item:not(.is-disabled):focus { | 527 | .el-menu--horizontal .el-menu--popup .el-menu-item:not(.is-disabled):focus { |
526 | background: url("~@/image/xzslitembg.png") no-repeat; | 528 | background: url("~@/image/xzslitembg.png") no-repeat; |
527 | background-size: 100% 100%; | 529 | background-size: 100% 100%; |
528 | color: #FFFFFF !important; | 530 | color: #FFFFFF !important; |
529 | font-weight: 700; | 531 | font-weight: 700; |
530 | } | 532 | } |
531 | 533 | ||
532 | .el-select-dropdown__item.hover, | 534 | .el-select-dropdown__item.hover, |
... | @@ -579,7 +581,8 @@ table td { | ... | @@ -579,7 +581,8 @@ table td { |
579 | background-clip: initial; | 581 | background-clip: initial; |
580 | background-color: rgb(80, 142, 235); | 582 | background-color: rgb(80, 142, 235); |
581 | } | 583 | } |
584 | |||
582 | // 下拉框 | 585 | // 下拉框 |
583 | .el-menu--popup{ | 586 | .el-menu--popup { |
584 | padding-top: 20px; | 587 | padding-top: 20px; |
585 | } | 588 | } |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment