@nikoyo-spa/style 1.3.7 → 1.3.9

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@nikoyo-spa/style",
3
3
  "type": "module",
4
- "version": "1.3.7",
4
+ "version": "1.3.9",
5
5
  "description": "Spa Style",
6
6
  "author": "qianyongdong <https://github.com/qianyongdong>",
7
7
  "license": "MIT",
package/src/global.css CHANGED
@@ -1,7 +1,12 @@
1
- /* 自定义样式 */
2
- body{
3
- /* 防止浏览器对空格优化 */
4
- * {
5
- white-space: pre;
1
+ .el-table__cell{
2
+ &>.cell{
3
+ white-space: pre-wrap !important;
4
+ }
5
+ }
6
+
7
+
8
+ .el-table__cell{
9
+ &>.cell.el-tooltip{
10
+ white-space: pre !important;
6
11
  }
7
12
  }
package/src/ui.css CHANGED
@@ -38,6 +38,10 @@ html, body, #root {
38
38
  height: 100%;
39
39
  max-height: unset !important;
40
40
  max-width: unset !important;
41
+
42
+ >.el-loading-mask{
43
+ z-index:9999 !important;
44
+ }
41
45
  }
42
46
 
43
47
  .main {
@@ -96,7 +100,7 @@ html, body, #root {
96
100
  }
97
101
 
98
102
  .el-form--inline .el-form-item {
99
- margin-right: 0 !important;
103
+ margin-right: 0;
100
104
  }
101
105
  .padding-16 {
102
106
  padding: 16px 16px 0 16px;