发布球局

This commit is contained in:
筱野
2025-08-23 15:14:37 +08:00
parent e5176f4f5f
commit fb150617c6
34 changed files with 679 additions and 602 deletions

View File

@@ -4,6 +4,7 @@
border-radius: 16px;
padding: 10px 16px;
width: 100%;
box-sizing: border-box;
.input-wrapper {
margin-top: 8px;
.additional-input {
@@ -36,6 +37,7 @@
gap: 6px;
.nut-checkbox{
margin-right: 0;
.nut-checkbox-button{
border: 1px solid theme.$primary-border-color;
color: theme.$primary-color;
@@ -43,6 +45,7 @@
font-size: 12px;
padding: 2px 6px;
margin-right: 6px;
margin-bottom: 6px;
}
}
}