tplus-components-touch 3.35.1 → 3.38.1

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.
@@ -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;
@@ -1662,4 +1662,25 @@
1662
1662
  }
1663
1663
  }
1664
1664
  }
1665
- }
1665
+ }
1666
+ .repeat-modal {
1667
+ &.method-modal1 {
1668
+ .content1 {
1669
+ position: inherit;
1670
+ z-index: 1007;
1671
+ transform: translate(0,0);
1672
+ text-overflow: inherit;
1673
+ -webkit-line-clamp: inherit;
1674
+ -webkit-box-orient: inherit;
1675
+ line-height: 23px;
1676
+ .content-box {
1677
+ word-break: normal;
1678
+ word-wrap: break-word;
1679
+ text-align: justify;
1680
+ }
1681
+ }
1682
+ .ant-modal-confirm-body {
1683
+ height: auto;
1684
+ }
1685
+ }
1686
+ }