|
@@ -8,14 +8,13 @@
|
|
|
</div>
|
|
|
</template>
|
|
|
<script setup>
|
|
|
-import { watch } from "@vue/runtime-core";
|
|
|
-import { ElMessage, ElMessageBox } from "element-plus";
|
|
|
+import { ElMessageBox } from "element-plus";
|
|
|
|
|
|
const { proxy } = getCurrentInstance();
|
|
|
const iframeSrc = ref("");
|
|
|
const { modelValue, iframeUrl } = defineProps(["modelValue", "iframeUrl"]);
|
|
|
|
|
|
-const emit = defineEmits();
|
|
|
+const emit = defineEmits(['update:modelValue']);
|
|
|
|
|
|
const propValue = ref(modelValue);
|
|
|
|
|
@@ -84,7 +83,7 @@ iframe {
|
|
|
padding: 0 5px 5px;
|
|
|
width: 500px;
|
|
|
background: #fff;
|
|
|
- box-shadow: 0px 2px 20px 1px rgba(0, 0, 0, 0.1);
|
|
|
+ box-shadow: 0 2px 20px 1px rgba(0, 0, 0, 0.1);
|
|
|
z-index: 20;
|
|
|
.notice-btn-box {
|
|
|
text-align: right;
|