ci-plus 1.5.4 → 1.5.5
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": "ci-plus",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.5",
|
|
4
4
|
"description": "ci组件库",
|
|
5
5
|
"main": "./index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"vue",
|
|
13
13
|
"element-plus",
|
|
14
14
|
"ui组件库二次封装",
|
|
15
|
-
"
|
|
15
|
+
"给芜湖伦比单独更新标识卡"
|
|
16
16
|
],
|
|
17
17
|
"type": "module",
|
|
18
18
|
"author": {
|
package/src/dailog/dialog.vue
CHANGED
|
@@ -142,7 +142,7 @@ const domInfo = reactive({
|
|
|
142
142
|
baseW: 0,
|
|
143
143
|
baseH: 0
|
|
144
144
|
})
|
|
145
|
-
const
|
|
145
|
+
const containers = ref<HTMLElement>(null)
|
|
146
146
|
|
|
147
147
|
const updateTarget = (event: MouseEvent) => {
|
|
148
148
|
if (!MyDialogRef.value) {
|
|
@@ -180,7 +180,7 @@ const onTdMousedown = (e: MouseEvent) => {
|
|
|
180
180
|
|
|
181
181
|
<div id="dia">
|
|
182
182
|
<el-dialog
|
|
183
|
-
class="
|
|
183
|
+
class="containers"
|
|
184
184
|
v-if="dialogVisible"
|
|
185
185
|
v-model="dialogVisible"
|
|
186
186
|
:title="title"
|