yukai преди 2 години
родител
ревизия
0c34ed5369
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      src/views/iot/scene/manage/detail.vue

+ 2 - 0
src/views/iot/scene/manage/detail.vue

@@ -1,4 +1,5 @@
 <template>
+	<div>
 	<el-card class="system-dic-container" style="position: relative;">
 		<div class="content">
 			<div class="flex cont_box">
@@ -37,6 +38,7 @@
 	</el-card>
 
 	<EditForm ref="editFormRef" @getList="getDetail()"></EditForm>
+</div>
 </template>
 <script lang="ts">
 import { toRefs, reactive, ref, defineComponent,onMounted } from 'vue';