@leevan/jtui 2.0.49 → 2.0.51

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leevan/jtui",
3
- "version": "2.0.49",
3
+ "version": "2.0.51",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -21,7 +21,7 @@
21
21
  </div>
22
22
  <!-- 普通表格 -->
23
23
  <vxe-table
24
- class="jt-table-class-only table-2-repair"
24
+ class="jt-table-class-only"
25
25
  height="auto"
26
26
  size="mini"
27
27
  show-overflow
@@ -203,7 +203,7 @@
203
203
  </vxe-table>
204
204
  <!-- 大数据 -->
205
205
  <vxe-table
206
- class="jt-table-class-only table-2-repair"
206
+ class="jt-table-class-only"
207
207
  height="auto"
208
208
  size="mini"
209
209
  show-overflow
@@ -373,7 +373,7 @@
373
373
  <!-- 分组表格 -->
374
374
  <vxe-table
375
375
  size="mini"
376
- class="jt-table-class-only table-2-repair"
376
+ class="jt-table-class-only"
377
377
  :id="id"
378
378
  :ref="id"
379
379
  empty-text=" "
@@ -514,7 +514,7 @@
514
514
  <!-- 树形表格 and 树 -->
515
515
  <vxe-table
516
516
  size="mini"
517
- class="jt-table-class-only table-2-repair"
517
+ class="jt-table-class-only"
518
518
  :id="id"
519
519
  :ref="id"
520
520
  :stripe="stripe"
@@ -1770,13 +1770,17 @@ export default {
1770
1770
  transform: translate(-50%,-50%);
1771
1771
  z-index:999;
1772
1772
  }
1773
- .table-2-repair{
1774
- .vxe-cell{
1775
- overflow: visible !important;
1776
- display: block !important;
1777
- }
1778
- .vxe-cell--checkbox{
1779
- height:14px !important;
1780
- }
1781
- }
1773
+ // .table-2-repair{
1774
+ // .col--checkbox{
1775
+ // .vxe-cell{
1776
+ // overflow: visible !important;
1777
+ // }
1778
+ // .vxe-cell--checkbox{
1779
+ // height:14px !important;
1780
+ // }
1781
+ // }
1782
+ // .vxe-cell{
1783
+ // display: inline-block !important;
1784
+ // }
1785
+ // }
1782
1786
  </style>