|
|
@@ -43,7 +43,7 @@
|
|
|
<el-dialog
|
|
|
v-model="previewVisible"
|
|
|
title="图片预览"
|
|
|
- :width="dialogWidth"
|
|
|
+
|
|
|
:before-close="handleClose"
|
|
|
class="hc-modal-border"
|
|
|
>
|
|
|
@@ -114,7 +114,7 @@ const confirmLoading = ref(false)
|
|
|
const previewVisible = ref(false)
|
|
|
const previewSrc = ref('')
|
|
|
const rotation = ref(0)
|
|
|
-const dialogWidth = ref('80%')
|
|
|
+const dialogWidth = ref('65%')
|
|
|
const rotatedBlob = ref(null)
|
|
|
|
|
|
const action = '/api/blade-manager/exceltab/add-buss-imginfo'
|