Blame view

src/pages/contract/ExpressChargingStandardSetting/style.less 1001 Bytes
0bc2e94e   谢忠泽   add:快递收费标准配置
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
  //@import '~antd/lib/style/themes/default.less';
  
  .page {
      position: relative;
    
      .header {
        margin-bottom: 10px;
        height: 32px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        .add {
          position: absolute;
          right: 28px;
          top: 24px;
          z-index: 10;
        }
      }
      
    }
    .table {
        :global {
          .ant-table table {
            width: 100%;
            border-collapse: collapse;
            text-align: center;
            border-radius: 4px 4px 0 0;
          }
          .ant-table-thead > tr > th, .ant-table-tbody > tr > td {
            padding: 16px 16px;
            word-break: break-word;
            text-align: center;
            -ms-word-break: break-all;
          }
        }
        .cover {
          align-items: center;
          height: 68px;
          img {
            border-radius: 4%;
            height: 100%;
            width: auto;
            min-width: 100px;
            max-width: 100px;
          }
        }
      }