修改整体字号

This commit is contained in:
X1627315083
2024-01-09 15:30:20 +08:00
parent d4b8b4a32e
commit 814c7cba31
25 changed files with 79 additions and 68 deletions

View File

@@ -428,7 +428,7 @@ export default defineComponent({
// background: #FFFFFF;
border: 0.1rem solid #F1F1F1;
// font-size: 1.6rem;
font-size: 1.2rem;
font-size: 1.4rem;
font-weight: 400;
height: 3rem;
@@ -536,7 +536,7 @@ export default defineComponent({
&.material_content_body::-webkit-scrollbar{display: none;}
.content_img_item{
margin: 0 2rem 5rem 0;
margin: 0 1rem 5rem 0;
display: inline-block;
width: 10rem;
height: 10rem;
@@ -550,7 +550,7 @@ export default defineComponent({
height: 100%;
}
&.moodb{
margin: 0 2rem 2rem 0;
margin: 0 1rem 2rem 0;
}
.pin_block{
.ant-checkbox-wrapper{