From 4610d87bfa8c8330c8f3c0b2db0ee5cc30352117 Mon Sep 17 00:00:00 2001
From: zuozhengqing <a13193816592@163.com>
Date: 星期三, 15 十一月 2023 19:20:31 +0800
Subject: [PATCH] 重订货规则添加和修改修复
---
src/assets/style/index.scss | 17 +++++++++++------
1 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/src/assets/style/index.scss b/src/assets/style/index.scss
index ad72597..dcbbdaf 100644
--- a/src/assets/style/index.scss
+++ b/src/assets/style/index.scss
@@ -132,6 +132,9 @@
.yes-cursor {
cursor: pointer;
}
+.background_color_eee {
+ background: #eee;
+}
.Badge {
background: #d3d3d3;
@@ -146,7 +149,7 @@
.btn-pager {
display: flex;
- margin-top: 0px;
+ margin-top: 5px;
// background: #fff;
.page {
margin-left: auto;
@@ -183,16 +186,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