ci-plus 1.5.4 → 1.5.6

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.4",
3
+ "version": "1.5.6",
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
- "更新附件上传组件uploadV2.vue"
15
+ "给芜湖伦比单独更新标识卡"
16
16
  ],
17
17
  "type": "module",
18
18
  "author": {
@@ -21,16 +21,7 @@
21
21
  },
22
22
  "license": "ISC",
23
23
  "dependencies": {},
24
- "devDependencies": {
25
- "lodash-es": "^4.17.21",
26
- "sortablejs": "^1.15.1",
27
- "jsbarcode": "^3.11.4",
28
- "@types/jsbarcode": "^3.11.4",
29
- "vue-draggable-plus": "^0.4.0",
30
- "vue3-print-nb": "^0.1.4",
31
- "qrcode": "^1.5.3",
32
- "@vueuse/core": "^9.13.0"
33
- },
24
+ "devDependencies": {},
34
25
  "peerDependencies": {},
35
26
  "peerDependenciesMeta": {}
36
27
  }
@@ -142,7 +142,7 @@ const domInfo = reactive({
142
142
  baseW: 0,
143
143
  baseH: 0
144
144
  })
145
- const container = ref<HTMLElement>(null)
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="container"
183
+ class="containers"
184
184
  v-if="dialogVisible"
185
185
  v-model="dialogVisible"
186
186
  :title="title"