From 0b04b762a7a14bb971928ba036e3f8a21a55a67d Mon Sep 17 00:00:00 2001
From: gaoaoy <1042166043@qq.com>
Date: 星期四, 29 二月 2024 10:54:16 +0800
Subject: [PATCH] 5 实验室管理(场所或设施)
---
src/App.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index 7ebe8dd..ddf8283 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,6 +1,6 @@
<template>
- <div id="app">
- <router-view />
+ <div id="app" style="overflow: hidden;">
+ <router-view/>
</div>
</template>
@@ -135,7 +135,7 @@
color: #333;
}
- .has-gutter .el-table__cell .cell {
+ .el-table__header .has-gutter .el-table__cell .cell {
font-size: 14px !important;
font-weight: 500;
}
--
Gitblit v1.9.3