sone-ui-component-3.2.4 2.0.277 → 2.0.279

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.277",
3
+ "version": "2.0.279",
4
4
  "private": false,
5
5
  "main": "lib/sone-ui.common.js",
6
6
  "files": [
package/src/index.js CHANGED
@@ -1,3 +1,11 @@
1
+ /*
2
+ * @Descripttion: your project
3
+ * @version: 1.0
4
+ * @Author: lw
5
+ * @Date: 2024-06-18 18:13:40
6
+ * @LastEditors: lw
7
+ * @LastEditTime: 2024-06-18 18:38:18
8
+ */
1
9
  /* Automatically generated by './build/bin/build-entry.js' */
2
10
 
3
11
  import Container from '../packages/container/index.js';
@@ -55,7 +63,7 @@ if (typeof window !== 'undefined' && window.Vue) {
55
63
  }
56
64
 
57
65
  export default {
58
- version: '2.0.276',
66
+ version: '2.0.279',
59
67
  locale: locale.use,
60
68
  i18n: locale.i18n,
61
69
  install,
@@ -219,7 +219,7 @@
219
219
  border: 6px solid transparent;
220
220
  border-bottom-color: #009bee;
221
221
  position: absolute;
222
- z-index: 1000;
222
+ z-index: 10;
223
223
  left: calc(50% - 5px);
224
224
  top: -5px;
225
225
  cursor: pointer;