From 9378634f877b46b1126fc9936be5b4bc12bda3df Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期二, 05 三月 2024 11:05:54 +0800
Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/center-lims-before into master
---
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