n20-common-lib 3.1.9 → 3.1.10

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": "3.1.9",
3
+ "version": "3.1.10",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -255,6 +255,7 @@ th.vxe-header--column {
255
255
  }
256
256
  }
257
257
 
258
- .vxe-table--render-default .vxe-body--column > .vxe-cell {
258
+ /* 修复vxe-table-pro的样式问题 溢出样式问题,v3版本不用处理 */
259
+ .vxe-table--render-default:not(.v3-n20-table-pro) .vxe-body--column > .vxe-cell {
259
260
  display: inline-block !important;
260
261
  }