From b2639184261f59279c98611f775f3fe821449e15 Mon Sep 17 00:00:00 2001
From: LiuHao <liuhaoai545@gmail>
Date: 星期三, 19 四月 2023 23:25:34 +0800
Subject: [PATCH] update searchMenu style

---
 src/components/iFrame/index.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/components/iFrame/index.vue b/src/components/iFrame/index.vue
index 94d7b28..3d1cc7b 100644
--- a/src/components/iFrame/index.vue
+++ b/src/components/iFrame/index.vue
@@ -1,3 +1,9 @@
+<template>
+  <div v-loading="loading" :style="'height:' + height">
+    <iframe :src="url" frameborder="no" style="width: 100%; height: 100%" scrolling="auto" />
+  </div>
+</template>
+
 <script setup lang="ts">
 const props = defineProps({
   src: {
@@ -19,9 +25,3 @@
   };
 })
 </script>
-
-<template>
-  <div v-loading="loading" :style="'height:' + height">
-    <iframe :src="url" frameborder="no" style="width: 100%; height: 100%" scrolling="auto" />
-  </div>
-</template>

--
Gitblit v1.9.3