From 041eb290228146c7fcfea0c266c03bbe3105eb05 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 14 Nov 2024 18:15:00 +0800
Subject: [PATCH] Merge branch 'main' of http://139.196.74.78:10010/r/zhyq/bigScreen

---
 src/styles/element/index.scss |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/styles/element/index.scss b/src/styles/element/index.scss
index 4aa04ef..d0b6d56 100644
--- a/src/styles/element/index.scss
+++ b/src/styles/element/index.scss
@@ -7,6 +7,8 @@
   border: none;
 
   .el-table__header-wrapper {
+    font-size: 18px;
+
     tr {
       height: 38px;
       background: rgba(35, 53, 92, 0.8) !important;
@@ -24,6 +26,8 @@
   }
 
   .el-table__body-wrapper {
+    font-size: 16px;
+
     table {
       border-collapse: separate !important;
       border-spacing: 0 10px !important;

--
Gitblit v1.9.3