1.2 第八版修改

This commit is contained in:
jl-zhoujl2
2023-01-02 23:54:07 +08:00
parent 32cad1e497
commit 4076caf2c6
5 changed files with 35 additions and 16 deletions

View File

@ -288,6 +288,11 @@
.card-text-orange;
color: rgb(189, 16, 224);
}
.card-text-white {
.card-text-orange;
color: #fff;
}
}
.evaluation-text {
@ -1007,6 +1012,12 @@
}
.monitor-select-dropdown {
&>ul {
height: 99vh;
overflow-y: scroll;
}
.ant-dropdown-menu {
background-color: #081a30;
}