Commit 5289b8d96df4aca52badb544d6604a540bf7f150
Merge branch 'main' of http://git.xlyprint.cn/zhangz/xlyUmi
Showing
2 changed files
with
5 additions
and
0 deletions
.umirc.ts
src/global.less
| @@ -5,6 +5,10 @@ | @@ -5,6 +5,10 @@ | ||
| 5 | @import "./variable.less"; | 5 | @import "./variable.less"; |
| 6 | @import "./skinchange.less"; | 6 | @import "./skinchange.less"; |
| 7 | 7 | ||
| 8 | +.ant-legacy-form .ant-form-item label { | ||
| 9 | + font-size: 12px; | ||
| 10 | +} | ||
| 11 | + | ||
| 8 | .ant-card-head { | 12 | .ant-card-head { |
| 9 | border-bottom: 1px solid #d9d9d9; | 13 | border-bottom: 1px solid #d9d9d9; |
| 10 | } | 14 | } |