@stonecrop/desktop 0.10.13 → 0.10.15

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": "@stonecrop/desktop",
3
- "version": "0.10.13",
3
+ "version": "0.10.15",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "author": {
@@ -32,10 +32,10 @@
32
32
  "**/*.css"
33
33
  ],
34
34
  "dependencies": {
35
- "@stonecrop/atable": "0.10.13",
36
- "@stonecrop/aform": "0.10.13",
37
- "@stonecrop/stonecrop": "0.10.13",
38
- "@stonecrop/themes": "0.10.13"
35
+ "@stonecrop/aform": "0.10.15",
36
+ "@stonecrop/atable": "0.10.15",
37
+ "@stonecrop/stonecrop": "0.10.15",
38
+ "@stonecrop/themes": "0.10.15"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "vue": "^3.5.28"
@@ -266,7 +266,7 @@ button.button-default:disabled:hover {
266
266
  border-radius: 10px;
267
267
  background-color: #ffffff;
268
268
  padding: 10px;
269
- z-index: 1000;
269
+ z-index: 100;
270
270
  }
271
271
 
272
272
  button.dropdown-item {
@@ -149,7 +149,7 @@ const selectResult = (result: T) => {
149
149
  display: flex;
150
150
  align-items: flex-start;
151
151
  justify-content: center;
152
- z-index: 9999;
152
+ z-index: 300;
153
153
  padding-top: 100px;
154
154
  }
155
155