From d3f76a799401c8dd687dc786bfb656eaffba908a Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Mon, 30 May 2022 18:15:35 +0800
Subject: [PATCH] 农资库存页面调整,新增数据统计页面
---
src/views/farm/farm.vue | 26 +++++++++++++-------------
1 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/src/views/farm/farm.vue b/src/views/farm/farm.vue
index dfe0007..e30c291 100644
--- a/src/views/farm/farm.vue
+++ b/src/views/farm/farm.vue
@@ -268,18 +268,18 @@
top: 10px;
}
-.el-collapse-item {
- padding-top: 15px !important;
-}
+// .el-collapse-item {
+// padding-top: 15px !important;
+// }
-.tab {
- position: relative;
- // border: 1px solid red;
- background-color: #fff;
- height: 92%;
- display: inline-block;
- width: 100%;
- overflow: hidden;
- top: -10px;
-}
+// .tab {
+// position: relative;
+// // border: 1px solid red;
+// background-color: #fff;
+// height: 92%;
+// display: inline-block;
+// width: 100%;
+// overflow: hidden;
+// top: -10px;
+// }
</style>
--
Gitblit v1.9.3