tplus-components-touch 3.27.38 → 3.27.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18,7 +18,7 @@
18
18
  float: left;
19
19
  }
20
20
  }
21
- }
21
+ }
22
22
  .asyncModal{
23
23
  .ant-modal-body{
24
24
  margin:-16px;
@@ -34,7 +34,7 @@
34
34
  .pwdModal {
35
35
  height: calc(~"100vh - 224px") !important;
36
36
  }
37
- .settlement-wraper div::-webkit-scrollbar{
37
+ .settlement-wraper div:not(.bottom)::-webkit-scrollbar{
38
38
  display: none
39
39
  }
40
40
 
@@ -444,7 +444,7 @@
444
444
  overflow: hidden;
445
445
  text-align: center;
446
446
  .amount{
447
- padding-top:27px;
447
+ padding-top:20px;
448
448
  span:first-child{
449
449
  font-size: 20px;
450
450
  color: #FFFFFF;
@@ -1678,4 +1678,25 @@
1678
1678
  display: flex;
1679
1679
  flex-direction: row-reverse;
1680
1680
  }
1681
- }
1681
+ }
1682
+ .repeat-modal {
1683
+ &.method-modal1 {
1684
+ .content1 {
1685
+ position: inherit;
1686
+ z-index: 1007;
1687
+ transform: translate(0,0);
1688
+ text-overflow: inherit;
1689
+ -webkit-line-clamp: inherit;
1690
+ -webkit-box-orient: inherit;
1691
+ line-height: 23px;
1692
+ .content-box {
1693
+ word-break: normal;
1694
+ word-wrap: break-word;
1695
+ text-align: justify;
1696
+ }
1697
+ }
1698
+ .ant-modal-confirm-body {
1699
+ height: auto;
1700
+ }
1701
+ }
1702
+ }