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