Explorar o código

缓存管理 自适应高度

夜鹰 hai 5 meses
pai
achega
1839d7c1b2
Modificáronse 1 ficheiros con 1 adicións e 6 borrados
  1. 1 6
      Web/src/views/system/cache/index.vue

+ 1 - 6
Web/src/views/system/cache/index.vue

@@ -1,9 +1,5 @@
 <template>
-	<div class="sys-cache-container">
-		<!-- <div>
-			<NoticeBar text="系统缓存数据管理,请慎重操作!" style="margin: 4px" />
-		</div> -->
-
+	<div class="sys-cache-container h100">
 		<el-splitter class="smallbar-el-splitter">
 			<el-splitter-panel size="20%" :min="200">
 				<CardPro title="缓存列表" v-loading="state.loading" full-height body-style="overflow:auto">
@@ -41,7 +37,6 @@
 <script lang="ts" setup name="sysCache">
 import { onMounted, reactive, ref } from 'vue';
 import { ElMessageBox, ElMessage, ElTree } from 'element-plus';
-// import NoticeBar from '/@/components/noticeBar/index.vue';
 import CardPro from '/@/components/CardPro/index.vue';
 import VueJsonPretty from 'vue-json-pretty';
 import 'vue-json-pretty/lib/styles.css';