fix: 修复成绩录入表单 label 与 input 比例
This commit is contained in:
parent
32b5355ab3
commit
6d8f23d037
@ -244,8 +244,9 @@ watch(
|
||||
font-weight: var(--fw-card-title);
|
||||
color: var(--text-primary);
|
||||
}
|
||||
.mock-form__score-input {
|
||||
width: 84px;
|
||||
.form-control.mock-form__score-input {
|
||||
flex: 0 0 auto;
|
||||
width: 88px;
|
||||
text-align: right;
|
||||
}
|
||||
.mock-form__total {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user