Blame view

src/pages/Instalment/components/payWayDetail/payWayDetail.less 671 Bytes
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;
PurelzMgnead authored
7
8
9
  .css-dev-only-do-not-override-nllxry {
    margin-bottom: 0 !important;
PurelzMgnead authored
10
  }
PurelzMgnead authored
11
12
13
14

  .ant-form-item css-nllxry {
    margin-bottom: 0 !important;
  }
15
}
PurelzMgnead authored
16
PurelzMgnead authored
17
18
.payWaydataChoose {
  margin: 0 !important;
19
}
PurelzMgnead authored
20
PurelzMgnead 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;
// }