Commit ae6bf71311349a935ef81fe730682479272d4024
1 parent
3efe009b
优化布局;
Showing
1 changed file
with
3 additions
and
3 deletions
src/components/QuickQuote/index.less
| ... | ... | @@ -81,13 +81,13 @@ |
| 81 | 81 | .ant-form-item-label { |
| 82 | 82 | background-color: transparent !important; |
| 83 | 83 | color: #000 !important; |
| 84 | - flex: 0 0 100px !important; | |
| 85 | - max-width: 100px !important; | |
| 84 | + flex: 0 0 70px !important; | |
| 85 | + max-width: 70px !important; | |
| 86 | 86 | } |
| 87 | 87 | |
| 88 | 88 | .ant-form-item-control { |
| 89 | 89 | flex: 1; |
| 90 | - max-width: calc(100% - 100px); | |
| 90 | + max-width: calc(100% - 70x); | |
| 91 | 91 | } |
| 92 | 92 | |
| 93 | 93 | .viewStyle { | ... | ... |