From de1541c64ad952cf70879b0af94862b068f831b2 Mon Sep 17 00:00:00 2001
From: tangzy <tangzy123456>
Date: Wed, 25 May 2022 08:32:57 +0800
Subject: [PATCH] 地块管理
---
src/styles/element-ui.scss | 26 +++++++++++++++++++++++++-
1 files changed, 25 insertions(+), 1 deletions(-)
diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index 97a5f9f..16e8436 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -81,4 +81,28 @@
.el-pagination.is-background .el-pager li:not(.disabled):hover {
color: #5abf78 !important;
-}
\ No newline at end of file
+}
+.farming-detail-box {
+ .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-dialog__body {
+ position: relative;
+ height: 60%;
+ }
+}
--
Gitblit v1.9.3