From fe203d6616f70695ab8973c75220f74ae91333bc Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期三, 18 十月 2023 16:09:55 +0800
Subject: [PATCH] bug修复(5285)
---
src/assets/style/index.scss | 14 ++++++++------
1 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/src/assets/style/index.scss b/src/assets/style/index.scss
index ad72597..95f617a 100644
--- a/src/assets/style/index.scss
+++ b/src/assets/style/index.scss
@@ -146,7 +146,7 @@
.btn-pager {
display: flex;
- margin-top: 0px;
+ margin-top: 5px;
// background: #fff;
.page {
margin-left: auto;
@@ -183,16 +183,18 @@
.rightContent {
height: 100%;
- padding: 10px;
+ padding: 12px 20px 10px 20px;
background: #e6ecf2;
.top {
- margin-bottom: 20px;
- height: 60px;
+ margin-bottom: 10px;
+ height: 80px;
background: #fff;
- border-radius: 8px;
+ border-radius: 12px;
+ display: flex;
+ align-items: center;
}
.list-view {
- height: calc(100% - 120px);
+ height: calc(100% - 92px);
background: #fff;
border-radius: 12px;
.table {
--
Gitblit v1.8.0