From b6c337de5d32812de8db8a5ff0c1e0401f1447cc Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Mon, 24 Oct 2022 16:05:32 +0800
Subject: [PATCH] 修改首页销售趋势样式;经营概况、农资出入库记录页面显示3条
---
src/views/home/index.vue | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/views/home/index.vue b/src/views/home/index.vue
index bfe662a..4e07da0 100644
--- a/src/views/home/index.vue
+++ b/src/views/home/index.vue
@@ -2767,7 +2767,7 @@
right: 0;
.t {
- height: 310px;
+ height: 284px;
.content-box {
display: flex;
@@ -2782,7 +2782,8 @@
}
.c {
- height: 214px;
+ height: 185px;
+ margin-top: 10px;
.title-box {
.text {
@@ -2856,7 +2857,7 @@
.total {
position: relative;
- margin-top: 25px;
+ margin-top: 10px;
width: 340px;
height: 96px;
background: rgba(42, 113, 149, 0.37);
--
Gitblit v1.9.3