Commit a9848f981232cc20f780be8651518beeacd1b5bb
1 parent
6bf7806c
feat: 显示修改
Showing
2 changed files
with
24 additions
and
0 deletions
src/pages/Instalment/components/payWayDetail/payWayDetail.css
... | ... | @@ -10,6 +10,18 @@ |
10 | 10 | margin-bottom: 0 !important; |
11 | 11 | } |
12 | 12 | |
13 | +.payway-detail-index td .ant-form-item css-nllxry { | |
14 | + margin-bottom: 0 !important; | |
15 | +} | |
16 | + | |
13 | 17 | .payWaydataChoose { |
14 | 18 | margin: 0 !important; |
15 | 19 | } |
20 | + | |
21 | +.ant-form-item css-nllxry { | |
22 | + margin-bottom: 0 !important; | |
23 | +} | |
24 | + | |
25 | +:where(.css-nllxry).ant-form-item { | |
26 | + margin-bottom: 0 !important; | |
27 | +} | ... | ... |
src/pages/Instalment/components/payWayDetail/payWayDetail.less
... | ... | @@ -8,12 +8,24 @@ |
8 | 8 | .css-dev-only-do-not-override-nllxry { |
9 | 9 | margin-bottom: 0 !important; |
10 | 10 | } |
11 | + | |
12 | + .ant-form-item css-nllxry { | |
13 | + margin-bottom: 0 !important; | |
14 | + } | |
11 | 15 | } |
12 | 16 | |
13 | 17 | .payWaydataChoose { |
14 | 18 | margin: 0 !important; |
15 | 19 | } |
16 | 20 | |
21 | +.ant-form-item css-nllxry { | |
22 | + margin-bottom: 0 !important; | |
23 | +} | |
24 | + | |
25 | +:where(.css-nllxry).ant-form-item { | |
26 | + margin-bottom: 0 !important; | |
27 | +} | |
28 | + | |
17 | 29 | // .pay-way-detail-index td .css-dev-only-do-not-override-nllxry{ |
18 | 30 | // margin-bottom: 0px !important; |
19 | 31 | // } | ... | ... |