feat: 输入框的样式调整

This commit is contained in:
2025-10-14 21:53:23 +08:00
parent f1e009d656
commit b97c836f97
8 changed files with 51 additions and 20 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 966 B

View File

@@ -3,6 +3,14 @@
font-size: 0px;
}
.font-size-9 {
font-size: 9px;
}
.font-size-10 {
font-size: 10px;
}
.font-size-12 {
font-size: 12px;
}

View File

@@ -7,6 +7,10 @@
margin-right: 8px;
}
.mb-8 {
margin-bottom: 8px;
}
.mb-10 {
margin-bottom: 10px;
}