n20-common-lib 3.2.23 → 3.2.24

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.2.23",
3
+ "version": "3.2.24",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -259,3 +259,10 @@ th.vxe-header--column {
259
259
  .vxe-table--render-default:not(.v3-n20-table-pro) .vxe-body--column > .vxe-cell {
260
260
  display: inline-block !important;
261
261
  }
262
+
263
+ /* vxe-table-pro样式兼容性问题 */
264
+ .vxe-table--column.vxe-body--column {
265
+ .el-button--mini {
266
+ padding: 5px 7px;
267
+ }
268
+ }