tplus-components-touch 3.26.1 → 3.27.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.
- package/dist/components/billSearch/api.js +74 -13
- package/dist/components/billSearch/api.js.map +1 -1
- package/dist/components/hotKey/localConfig.js +66 -133
- package/dist/components/hotKey/localConfig.js.map +1 -1
- package/dist/components/presale/pickup.js +419 -0
- package/dist/components/presale/pickup.js.map +1 -0
- package/dist/components/presale/style.less +48 -0
- package/dist/components/settlement/settlement.js +246 -185
- package/dist/components/settlement/settlement.js.map +1 -1
- package/dist/components/settlement/settlement.less +4 -50
- package/dist/components/settlement/settlementStore.js +164 -112
- package/dist/components/settlement/settlementStore.js.map +1 -1
- package/dist/components/ticon/iconfont/demo.css +539 -539
- package/dist/components/ticon/iconfont/demo_index.html +3 -26
- package/dist/components/ticon/iconfont/iconfont.css +3 -7
- package/dist/components/ticon/iconfont/iconfont.js +6 -6
- package/dist/components/ticon/iconfont/iconfont.js.map +1 -1
- package/dist/components/ticon/iconfont/iconfont.json +0 -7
- package/dist/components/ticon/iconfont/iconfont.ttf +0 -0
- package/dist/components/ticon/iconfont/iconfont.woff +0 -0
- package/dist/components/ticon/iconfont/iconfont.woff2 +0 -0
- package/dist/components/touchTable/index.js +4 -0
- package/dist/components/touchTable/index.js.map +1 -1
- package/dist/index.js +8 -3
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -661,25 +661,12 @@
|
|
|
661
661
|
padding-top:25px;
|
|
662
662
|
padding-left:30px;
|
|
663
663
|
padding-right: 20px;
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
.minus {
|
|
667
|
-
text-align: center;
|
|
668
|
-
display: inline-block;
|
|
669
|
-
height: 40px;
|
|
670
|
-
line-height: 40px;
|
|
671
|
-
width: 40px;
|
|
672
|
-
position: absolute;
|
|
673
|
-
left: 284px;
|
|
674
|
-
top: 34px;
|
|
675
|
-
.minusIcon {
|
|
676
|
-
font-size: 24px;
|
|
677
|
-
}
|
|
664
|
+
.settlement-pay-item-border {
|
|
665
|
+
border-bottom: 1px solid #FF8C25 !important;
|
|
678
666
|
}
|
|
679
667
|
.main{
|
|
680
668
|
display: flex;
|
|
681
|
-
border-bottom
|
|
682
|
-
border-bottom-style: solid;
|
|
669
|
+
border-bottom: 1px solid #C8C8CD;
|
|
683
670
|
.content{
|
|
684
671
|
display: inline-block;
|
|
685
672
|
vertical-align: top;
|
|
@@ -713,8 +700,8 @@
|
|
|
713
700
|
}
|
|
714
701
|
.lefticon{
|
|
715
702
|
display: inline-block;
|
|
703
|
+
width: 20px;
|
|
716
704
|
margin-right: 16px;
|
|
717
|
-
position: absolute;
|
|
718
705
|
i{
|
|
719
706
|
font-size: 20px;
|
|
720
707
|
}
|
|
@@ -728,7 +715,6 @@
|
|
|
728
715
|
}
|
|
729
716
|
}
|
|
730
717
|
.name{
|
|
731
|
-
margin-left: 6px;
|
|
732
718
|
width: 100px;
|
|
733
719
|
display: inline-block;
|
|
734
720
|
font-size: 16px;
|
|
@@ -747,22 +733,6 @@
|
|
|
747
733
|
padding-left: 36px;
|
|
748
734
|
padding-top: 6px;
|
|
749
735
|
padding-right: 60px;
|
|
750
|
-
.addCard {
|
|
751
|
-
width: 112px;
|
|
752
|
-
height: 32px;
|
|
753
|
-
border-radius: 4px;
|
|
754
|
-
text-align: center;
|
|
755
|
-
border: none;
|
|
756
|
-
font-size: 16px;
|
|
757
|
-
display: flex;
|
|
758
|
-
align-items: center;
|
|
759
|
-
border: none;
|
|
760
|
-
padding-top: 16px !important;
|
|
761
|
-
.plus {
|
|
762
|
-
font-size: 18px;
|
|
763
|
-
margin-right: 6px;
|
|
764
|
-
}
|
|
765
|
-
}
|
|
766
736
|
}
|
|
767
737
|
}
|
|
768
738
|
|
|
@@ -966,22 +936,6 @@
|
|
|
966
936
|
padding-left: 74px;
|
|
967
937
|
padding-top: 6px;
|
|
968
938
|
padding-right: 60px;
|
|
969
|
-
.addCard {
|
|
970
|
-
width: 112px;
|
|
971
|
-
height: 32px;
|
|
972
|
-
border-radius: 4px;
|
|
973
|
-
text-align: center;
|
|
974
|
-
border: none;
|
|
975
|
-
font-size: 16px;
|
|
976
|
-
display: flex;
|
|
977
|
-
align-items: center;
|
|
978
|
-
border: none;
|
|
979
|
-
padding-top: 16px !important;
|
|
980
|
-
.plus {
|
|
981
|
-
font-size: 18px;
|
|
982
|
-
margin-right: 6px;
|
|
983
|
-
}
|
|
984
|
-
}
|
|
985
939
|
}
|
|
986
940
|
|
|
987
941
|
}
|