sone-ui-component-3.2.4 2.0.275 → 2.0.276

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": "sone-ui-component-3.2.4",
3
- "version": "2.0.275",
3
+ "version": "2.0.276",
4
4
  "private": false,
5
5
  "main": "lib/sone-ui.common.js",
6
6
  "files": [
package/src/index.js CHANGED
@@ -55,7 +55,7 @@ if (typeof window !== 'undefined' && window.Vue) {
55
55
  }
56
56
 
57
57
  export default {
58
- version: '2.0.275',
58
+ version: '2.0.276',
59
59
  locale: locale.use,
60
60
  i18n: locale.i18n,
61
61
  install,
@@ -61,7 +61,7 @@
61
61
  background: #ffffff;
62
62
  position: absolute;
63
63
  right: 10px;top:20px;
64
- z-index: 120;
64
+ z-index: 12;
65
65
  div{
66
66
  min-height: 30px;
67
67
  line-height:30px;
@@ -182,10 +182,10 @@
182
182
  height: 26px;
183
183
  position: absolute;
184
184
  left: 0;
185
- z-index: 100;
185
+ z-index: 10;
186
186
  }
187
187
  .sone-tree-wrap .el-tree-node__content > .el-tree-node__expand-icon {
188
- z-index: 101;
188
+ z-index: 11;
189
189
  }
190
190
 
191
191
  .sone-components-tree-more-btn-color{