From cd45c6c858b72caaa777e8883fda8e3fb7f9b1d2 Mon Sep 17 00:00:00 2001
From: zpzgiser <45806316+zpzgiser@users.noreply.github.com>
Date: Sun, 18 Jul 2021 20:06:19 +0800
Subject: [PATCH] 首页样式
---
src/views/home/index.scss | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/home/index.scss b/src/views/home/index.scss
index e88097c..adf9d0c 100644
--- a/src/views/home/index.scss
+++ b/src/views/home/index.scss
@@ -252,9 +252,9 @@
}
.el-table {
width: calc(100% - 40px);
- height: calc(100% - 70px);
+ height: calc(100% - 65px);
margin: 0px 20px 15px;
- top: 60px;
+ top: 50px;
}
/deep/ .el-table--striped .el-table__body tr.el-table__row--striped td {
background: #18458f;
--
Gitblit v1.9.3