afb463c9 by 任超

style:样式修改完成

1 parent cfe5625b
......@@ -134,7 +134,7 @@ export default {
@extend .xuanzhong;
}
/deep/.el-menu-item .is-active {
/deep/.is-active {
@extend .xuanzhong;
}
......
......@@ -396,11 +396,13 @@ table td {
.el-date-table td span {
color: #DBFAFF
}
.el-date-table td span:hover {
background-color: #074487;
border: 1px solid #02D9FD;
color: #02D9FD
}
.el-date-table td.current:not(.disabled) span {
background-color: #074487;
// border:1px solid saddlebrown;
......@@ -524,9 +526,9 @@ table td {
.el-menu--horizontal .el-menu .el-menu-item.is-active,
.el-menu--horizontal .el-menu--popup .el-menu-item:not(.is-disabled):focus {
background: url("~@/image/xzslitembg.png") no-repeat;
background-size: 100% 100%;
color: #FFFFFF !important;
font-weight: 700;
background-size: 100% 100%;
color: #FFFFFF !important;
font-weight: 700;
}
.el-select-dropdown__item.hover,
......@@ -579,7 +581,8 @@ table td {
background-clip: initial;
background-color: rgb(80, 142, 235);
}
// 下拉框
.el-menu--popup{
.el-menu--popup {
padding-top: 20px;
}
\ No newline at end of file
......