n20-common-lib 2.4.83 → 2.4.84

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.4.83",
3
+ "version": "2.4.84",
4
4
  "private": false,
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -111,4 +111,9 @@
111
111
  line-height: 28px;
112
112
  border-bottom: none;
113
113
  }
114
+ }
115
+
116
+ .el-loading-mask {
117
+ z-index: 99999;
118
+ /* 自定义层级值 */
114
119
  }