fix :panel 页面 panelBox 星期,月份选中样式修改

This commit is contained in:
likexuan
2022-06-22 10:25:17 +08:00
parent de06b7c6f1
commit 04bb80d37c

View File

@@ -58,6 +58,9 @@
}
}
}
.el-checkbox-button.is-checked{
border: 1px solid #fbb569 !important;
}
.el-checkbox-button.is-checked .el-checkbox-button__inner {
color: #fff;
@@ -76,6 +79,7 @@
margin-right: -1px;
}
.el-radio-button.is-active{
border: 1px solid #fbb569 !important;
border-radius: 0;
}
.el-radio-button__inner{