Commit 2202b89db5ba1d62fac4ae761b73ba5488a2f938

Authored by zhangzzzz
1 parent ce314d4b

优化表单样式;

Showing 1 changed file with 4 additions and 0 deletions
src/global.less
... ... @@ -5,6 +5,10 @@
5 5 @import "./variable.less";
6 6 @import "./skinchange.less";
7 7  
  8 +.ant-legacy-form .ant-form-item label {
  9 + font-size: 12px;
  10 +}
  11 +
8 12 .ant-card-head {
9 13 border-bottom: 1px solid #d9d9d9;
10 14 }
... ...