|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <el-dialog v-model="visibleDialog" title="表单详情" append-to-body class="formDetail" @close="handleCancel">
|
|
|
+ <el-dialog v-model="visibleDialog" title="表单详情" append-to-body class="le-dialog formDetail" @close="handleCancel">
|
|
|
<div>
|
|
|
<er-form-preview ref="EReditorRef" :file-upload-u-r-i="uploadFileApi" :is-show-complete-button="false" />
|
|
|
</div>
|
|
@@ -54,5 +54,4 @@ const visibleDialog = computed({
|
|
|
})
|
|
|
</script>
|
|
|
|
|
|
-<style lang="scss">
|
|
|
-</style>
|
|
|
+<style lang="scss"></style>
|