2023-11-9-dist

This commit is contained in:
X1627315083
2023-11-09 10:16:18 +08:00
parent b596631b32
commit 4199833607
29 changed files with 722 additions and 103 deletions

View File

@@ -344,7 +344,10 @@ li {
width: 0.57142857rem;
height: 0.91428571rem;
}
.ant-checkbox {
.ant-checkbox-wrapper {
font-size: 1.4rem;
}
.ant-checkbox-wrapper span {
font-size: 1.4rem;
}
.ant-checkbox-checked::after {

View File

@@ -395,8 +395,11 @@ ul,li{
}
}
}
.ant-checkbox{
.ant-checkbox-wrapper{
font-size: 1.4rem;
span{
font-size: 1.4rem;
}
}
.ant-checkbox-checked::after{
border: 1px solid rgba(0,0,0,.65);