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.
@@ -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{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tplus-components-touch",
3
- "version": "3.34.4",
3
+ "version": "3.34.5",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {