zhaoxiaoqiang1
2026-01-04 f1d30d03186c79ca2cbcfe60d6d2ce7d73fba97b
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
.loanApprovalApply
  min-width: 1070px
  padding-left: 20px
  box-sizing border-box
  .table
    padding-right: 20px
    .cellClass
      height 48px
      padding 0
      .cell
        line-height 18px
    .headerCellClass
      height 47px
      padding 0
      background-color: #F5F5F5
      .cell
        line-height 20px
        color #222222
  .addPreApprovalApply
    padding 9px 12px
    margin-bottom: 30px
  >.el-form
    display: flex
    justify-content: space-between
    flex-wrap: wrap
    padding: 16px 0 0
    .el-form-item
      display: table
      width: 25%
      margin: 0 0 24px 0
      padding-right: 40px
      box-sizing: border-box
      @media screen and (max-width:1459px){
          &{
              width: 33.33%
          }
      }
      .el-form-item__label
        display: table-cell
        color: #888888
        padding 0 10px 0 0
        line-height 16px
      .el-form-item__content
        width 100%
        .el-date-editor
          width: auto
        .el-select
          display: block
      &:last-child
        width 25%  
        .el-form-item__content
          width: auto
          float right
        @media screen and (max-width:1459px){
            &{
                width: 100%
            }
        }
        @media screen and (max-width:2500px){
            &{
                width: 100%
            }
        }
  .el-pagination
    padding: 20px 0 28px 0;
    .btn-prev,
    .el-pagination__sizes,
    .el-pagination__sizes .el-input__inner
    .btn-next,
    .el-pagination__total,
    .el-pagination__jump,
    .el-pagination__jump .el-input__inner
      height 32px
      line-height 32px
    .el-pagination__total,
    .el-pagination__jump
      margin-right 16px
    .btn-prev,
    .btn-next
      padding 0 6px
      border 1px solid #EEEEEE
      background-color #fff
      min-width 32px
    .el-pager
      li
        width:auto
        height:32px
        min-width 32px
        line-height 32px 
        margin 0 4px
        border-radius:4px
        border 1px solid #EEEEEE
        color: #666666
        background-color #fff
  .el-button
    font-size: 14px