n20-common-lib 2.15.21 → 2.16.0

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": "n20-common-lib",
3
- "version": "2.15.21",
3
+ "version": "2.16.0",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -11,7 +11,7 @@
11
11
  }
12
12
 
13
13
  .el-table--small .el-table__cell {
14
- padding: 10px 0;
14
+ padding: 8px 0;
15
15
  }
16
16
 
17
17
  .el-table .cell {
@@ -51,7 +51,6 @@
51
51
  }
52
52
 
53
53
  .el-table {
54
-
55
54
  /* 排序 */
56
55
  .caret-wrapper {
57
56
  display: inline-flex;
@@ -123,8 +122,8 @@
123
122
 
124
123
  /* 附件上传hover颜色 */
125
124
  .base-table_default {
126
- .el-table__body .hover-active:hover>td {
127
- background-color: #FF3C2F10 !important;
125
+ .el-table__body .hover-active:hover > td {
126
+ background-color: #ff3c2f10 !important;
128
127
  }
129
128
  }
130
129
 
@@ -196,17 +195,17 @@ th.vxe-header--column {
196
195
  color: #333;
197
196
  }
198
197
 
199
- .vxe-table-custom-wrap.vxe-body--column.col--ellipsis:not(.col--actived)>.vxe-cell,
200
- .vxe-table--render-default .vxe-table-custom-wrap.vxe-footer--column.col--ellipsis:not(.col--actived)>.vxe-cell,
201
- .vxe-table--render-default .vxe-table-custom-wrap.vxe-header--column.col--ellipsis:not(.col--actived)>.vxe-cell {
198
+ .vxe-table-custom-wrap.vxe-body--column.col--ellipsis:not(.col--actived) > .vxe-cell,
199
+ .vxe-table--render-default .vxe-table-custom-wrap.vxe-footer--column.col--ellipsis:not(.col--actived) > .vxe-cell,
200
+ .vxe-table--render-default .vxe-table-custom-wrap.vxe-header--column.col--ellipsis:not(.col--actived) > .vxe-cell {
202
201
  overflow: hidden;
203
202
  text-overflow: ellipsis;
204
203
  white-space: wrap !important;
205
204
  }
206
205
 
207
- .vxe-table--render-default.size--small .vxe-table-custom-wrap.vxe-body--column.col--ellipsis>.vxe-cell,
208
- .vxe-table--render-default.size--small .vxe-table-custom-wrap.vxe-footer--column.col--ellipsis>.vxe-cell,
209
- .vxe-table--render-default.size--small .vxe-table-custom-wrap.vxe-header--column.col--ellipsis>.vxe-cell {
206
+ .vxe-table--render-default.size--small .vxe-table-custom-wrap.vxe-body--column.col--ellipsis > .vxe-cell,
207
+ .vxe-table--render-default.size--small .vxe-table-custom-wrap.vxe-footer--column.col--ellipsis > .vxe-cell,
208
+ .vxe-table--render-default.size--small .vxe-table-custom-wrap.vxe-header--column.col--ellipsis > .vxe-cell {
210
209
  max-height: 100%;
211
210
  }
212
211
 
@@ -228,8 +227,8 @@ th.vxe-header--column {
228
227
  }
229
228
  }
230
229
 
231
- .el-table th.el-table__cell>.cell {
230
+ .el-table th.el-table__cell > .cell {
232
231
  overflow: hidden;
233
232
  text-overflow: ellipsis;
234
233
  white-space: nowrap;
235
- }
234
+ }