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
.historicalLoan
  padding-left 30px
  height 100%
  position relative
  >div
    max-height: calc(100% - 80px)
    overflow: auto
    .el-pagination
      padding 0
  div.btn,
  div.fixedBtn
    width 100%
    height 80px
    text-align: center
    background-color #fff
    .el-button
      width: 120px
      font-size: 14px
      line-height: 20px
      padding: 5px 0
      margin-top 20px
      &+.el-button
        margin-left 40px
  div.btn
    margin-top 40px
  div.fixedBtn
    position: absolute
    bottom: 0
    left: 0
    z-index 999