tplus-components-touch 3.31.4 → 3.32.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/cloudPrint/printDispatch.js +3 -2
- package/dist/components/cloudPrint/printDispatch.js.map +1 -1
- package/dist/components/settlement/settlement.js +0 -10
- package/dist/components/settlement/settlement.js.map +1 -1
- package/dist/components/settlement/settlement.less +2 -2
- package/dist/components/settlement/settlementStore.js +384 -242
- package/dist/components/settlement/settlementStore.js.map +1 -1
- package/dist/components/ticon/iconfont/demo.css +539 -539
- package/package.json +35 -35
|
@@ -409,7 +409,7 @@
|
|
|
409
409
|
box-shadow: 0 2px 2px 0 rgba(174,98,30,0.40);
|
|
410
410
|
.point_top{
|
|
411
411
|
content: ' ';
|
|
412
|
-
width:
|
|
412
|
+
width: 0px;
|
|
413
413
|
height: 5px;
|
|
414
414
|
/* 绝对定位进行偏移 */
|
|
415
415
|
position: absolute;
|
|
@@ -422,7 +422,7 @@
|
|
|
422
422
|
}
|
|
423
423
|
.point_bottom{
|
|
424
424
|
content: ' ';
|
|
425
|
-
width:
|
|
425
|
+
width: 0px;
|
|
426
426
|
height: 5px;
|
|
427
427
|
/* 绝对定位进行偏移 */
|
|
428
428
|
position: absolute;
|