From 4a4dfeec644e6a4b3306c027223948b684162d52 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Thu, 21 Nov 2024 18:45:04 +0800
Subject: [PATCH] 代码优化
---
src/styles/element/index.scss | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/styles/element/index.scss b/src/styles/element/index.scss
index 94a0c6b..55bdb54 100644
--- a/src/styles/element/index.scss
+++ b/src/styles/element/index.scss
@@ -8,7 +8,7 @@
// border: none;
.el-table__header-wrapper {
- font-size: 18px;
+ font-size: 14px;
tr {
height: 38px;
@@ -27,7 +27,7 @@
}
.el-table__body-wrapper {
- font-size: 16px;
+ font-size: 14px;
// table {
// border-collapse: separate !important;
--
Gitblit v1.9.3