11.21 样式修改

This commit is contained in:
jl-zhoujl2
2022-11-21 11:22:40 +08:00
parent 1a821cbbc2
commit 8c15ae7300

View File

@ -9,6 +9,7 @@
// border-width: 1px; // border-width: 1px;
height: 32px; height: 32px;
} }
.leftDiv { .leftDiv {
font-size: middle; font-size: middle;
font-weight: normal; font-weight: normal;
@ -19,22 +20,33 @@
height: 30px; height: 30px;
text-align: center; text-align: center;
} }
.rightDiv { .rightDiv {
float: right; float: right;
height: 30px; height: 30px;
text-align: center; text-align: center;
} }
.mt15 { .mt15 {
margin-top: 15px; margin-top: 15px;
} }
.pl24 { .pl24 {
padding-left: 24px; padding-left: 24px;
} }
.pr16 { .pr16 {
padding-right: 16px; padding-right: 16px;
} }
.xsy-collapse { .xsy-collapse {
.ant-collapse-content-box { .ant-collapse-content-box {
padding: 0px 0px 16px 0px padding: 0px 0px 16px 0px
} }
} }
.eval-location-title {
&>p {
margin-bottom: 0;
}
}