|
1
2
3
4
5
6
|
.payway-detail-index td {
font-family: 'San Francisco', 'Helvetica Neue', Helvetica, Arial,
'Microsoft YaHei', 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC',
'WenQuanYi Micro Hei', sans-serif;
font-size: 14px;
margin: 0;
|
凌世锦
authored
|
7
|
|
|
8
9
|
.css-dev-only-do-not-override-nllxry {
margin-bottom: 0 !important;
|
凌世锦
authored
|
10
|
}
|
凌世锦
authored
|
11
12
13
14
|
.ant-form-item css-nllxry {
margin-bottom: 0 !important;
}
|
|
15
|
}
|
凌世锦
authored
|
16
|
|
凌世锦
authored
|
17
18
|
.payWaydataChoose {
margin: 0 !important;
|
|
19
|
}
|
凌世锦
authored
|
20
|
|
凌世锦
authored
|
21
22
23
24
25
26
27
28
|
.ant-form-item css-nllxry {
margin-bottom: 0 !important;
}
:where(.css-nllxry).ant-form-item {
margin-bottom: 0 !important;
}
|
|
29
30
31
|
// .pay-way-detail-index td .css-dev-only-do-not-override-nllxry{
// margin-bottom: 0px !important;
// }
|