From d3f76a799401c8dd687dc786bfb656eaffba908a Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Mon, 30 May 2022 18:15:35 +0800
Subject: [PATCH] 农资库存页面调整,新增数据统计页面
---
src/styles/element-ui.scss | 42 +++++++++++++++++++++---------------------
1 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index 16e8436..42077d7 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -82,27 +82,27 @@
.el-pagination.is-background .el-pager li:not(.disabled):hover {
color: #5abf78 !important;
}
+
+// .avue-crud__right {
+// display: none;
+// }
.farming-detail-box {
- .dv {
- .el-tabs {
- height: 100%;
-
- .el-tabs__header {
-
- .el-tabs__nav {
- transform: translateX(60px) !important;
+ .dv {
+ .el-tabs {
+ height: 100%;
+ .el-tabs__header {
+ .el-tabs__nav {
+ transform: translateX(60px) !important;
+ }
+ }
+ .el-tabs__content {
+ height: calc(100% - 75px);
+ overflow-y: auto;
+ }
}
- }
-
- .el-tabs__content {
- height: calc(100% - 75px);
- overflow-y: auto;
- }
}
- }
-
- .el-dialog__body {
- position: relative;
- height: 60%;
- }
-}
+ .el-dialog__body {
+ position: relative;
+ height: 60%;
+ }
+}
\ No newline at end of file
--
Gitblit v1.9.3