tplus-components-touch 3.34.4 → 3.34.5
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/autoCompleteWithKeyboard/index.js +31 -9
- package/dist/components/autoCompleteWithKeyboard/index.js.map +1 -1
- package/dist/components/autoCompleteWithKeyboard/index.less +11 -0
- package/dist/components/commonForm/autoComplete/index.js +46 -14
- package/dist/components/commonForm/autoComplete/index.js.map +1 -1
- package/dist/components/keyboard/numKeyboard.js +9 -8
- package/dist/components/keyboard/numKeyboard.js.map +1 -1
- package/dist/components/keyboard/numKeyboardScan.js +29 -23
- package/dist/components/keyboard/numKeyboardScan.js.map +1 -1
- package/dist/components/settlement/settlement.js +1 -0
- package/dist/components/settlement/settlement.js.map +1 -1
- package/dist/components/settlement/settlement.less +4 -1
- package/package.json +1 -1
|
@@ -1309,7 +1309,8 @@
|
|
|
1309
1309
|
|
|
1310
1310
|
.btns{
|
|
1311
1311
|
float: right;
|
|
1312
|
-
height: 60px;
|
|
1312
|
+
// height: 60px;
|
|
1313
|
+
min-height: 60px;
|
|
1313
1314
|
line-height: 49px;
|
|
1314
1315
|
.quick{
|
|
1315
1316
|
float: left;
|
|
@@ -1377,6 +1378,7 @@
|
|
|
1377
1378
|
border:none;
|
|
1378
1379
|
border-radius: 0px !important;
|
|
1379
1380
|
margin-left:8px;
|
|
1381
|
+
float: right;
|
|
1380
1382
|
}
|
|
1381
1383
|
|
|
1382
1384
|
.settle2{
|
|
@@ -1384,6 +1386,7 @@
|
|
|
1384
1386
|
height:40px;
|
|
1385
1387
|
// line-height: 16px;
|
|
1386
1388
|
border-radius: 4px !important;
|
|
1389
|
+
float: none;
|
|
1387
1390
|
}
|
|
1388
1391
|
|
|
1389
1392
|
.settleStorage{
|