tplus-components-touch 3.33.17 → 3.34.4

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.
Files changed (29) hide show
  1. package/dist/components/billSearch/index.js +9 -0
  2. package/dist/components/billSearch/index.js.map +1 -1
  3. package/dist/components/billSearch/index.less +8 -0
  4. package/dist/components/input/scanInput.less +1 -1
  5. package/dist/components/keyboard/index.less +39 -23
  6. package/dist/components/keyboard/letterKeyboard.js +33 -16
  7. package/dist/components/keyboard/letterKeyboard.js.map +1 -1
  8. package/dist/components/keyboard/numKeyboard.js +4 -0
  9. package/dist/components/keyboard/numKeyboard.js.map +1 -1
  10. package/dist/components/keyboard/numkeyboardPassword.js +19 -9
  11. package/dist/components/keyboard/numkeyboardPassword.js.map +1 -1
  12. package/dist/components/keyboard/onlyLetterButton2.less +1 -1
  13. package/dist/components/layout/sider.js +3 -1
  14. package/dist/components/layout/sider.js.map +1 -1
  15. package/dist/components/modalWraper/index.js +1 -1
  16. package/dist/components/modalWraper/index.js.map +1 -1
  17. package/dist/components/settlement/index.js +0 -9
  18. package/dist/components/settlement/index.js.map +1 -1
  19. package/dist/components/settlement/settlement.js +85 -552
  20. package/dist/components/settlement/settlement.js.map +1 -1
  21. package/dist/components/settlement/settlement.less +4 -24
  22. package/dist/components/settlement/settlementCopy.js +5731 -0
  23. package/dist/components/settlement/settlementCopy.js.map +1 -0
  24. package/dist/components/settlement/settlementStore.js +358 -738
  25. package/dist/components/settlement/settlementStore.js.map +1 -1
  26. package/dist/components/touchTable/index.js +11 -1
  27. package/dist/components/touchTable/index.js.map +1 -1
  28. package/dist/components/touchTable/index.less +1 -1
  29. package/package.json +2 -2
@@ -34,7 +34,7 @@
34
34
  .pwdModal {
35
35
  height: calc(~"100vh - 224px") !important;
36
36
  }
37
- .settlement-wraper div:not(.bottom)::-webkit-scrollbar{
37
+ .settlement-wraper div::-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:20px;
447
+ padding-top:27px;
448
448
  span:first-child{
449
449
  font-size: 20px;
450
450
  color: #FFFFFF;
@@ -605,6 +605,7 @@
605
605
  z-index: 1006 !important;
606
606
  }
607
607
  .settlement-wraper2{
608
+ z-index: 1006;
608
609
  .ant-modal-body{
609
610
  padding:0px !important;
610
611
  }
@@ -1662,25 +1663,4 @@
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
- }
1666
+ }