fix(ui): marker of number list

This commit is contained in:
charlie
2023-04-15 10:10:38 +08:00
parent 1043eff9cd
commit cc58ea4888

View File

@@ -526,7 +526,8 @@
}
&.as-number-list {
min-width: 24px;
min-width: 16px;
width: auto;
white-space: nowrap;
justify-content: end;
}