st-comp 0.0.182 → 0.0.183

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": "st-comp",
3
3
  "public": true,
4
- "version": "0.0.182",
4
+ "version": "0.0.183",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",
@@ -184,6 +184,10 @@ watch(
184
184
  width="1000"
185
185
  align-center
186
186
  append-to-body
187
+ draggable
188
+ overflow
189
+ :modal="false"
190
+ :modal-penetrable="true"
187
191
  :show-close="false"
188
192
  >
189
193
  <template #header="{ titleId, titleClass }">
@@ -292,3 +296,12 @@ watch(
292
296
  }
293
297
  }
294
298
  </style>
299
+
300
+ <style>
301
+ .el-message {
302
+ position: fixed !important;
303
+ left: 50% !important;
304
+ transform: translateX(-50%) !important;
305
+ z-index: 10000 !important;
306
+ }
307
+ </style>
@@ -118,6 +118,7 @@ defineExpose({
118
118
  modal-class="var-select-dialog"
119
119
  v-model="visible"
120
120
  align-center
121
+ append-to-body
121
122
  destroy-on-close
122
123
  draggable
123
124
  overflow