From 082613d446e29e4ec1c16bfaa52345106a498b23 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Tue, 08 Nov 2022 09:03:49 +0800
Subject: [PATCH] 农事操作隐藏后四个,地图模式2d改为3d
---
src/styles/element-ui.scss | 45 +++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 45 insertions(+), 0 deletions(-)
diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index 42077d7..4d94891 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -90,19 +90,64 @@
.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%;
}
+}
+
+
+.current-map-box {
+
+ &>.el-dialog {
+
+ width: 1200px;
+ height: 620px;
+
+
+ .el-dialog__header {}
+
+ .el-dialog__body {
+ position: relative;
+ height: calc(100% - 54px);
+ box-sizing: border-box;
+
+ .save {
+ position: absolute;
+ bottom: 10px;
+ right: 10px;
+
+ }
+ }
+
+ }
+
+
+}
+
+.plot-detail-popup {
+ .header {
+ .plot-name {
+ input {
+ background: transparent;
+ color: #fff;
+ font-weight: bold;
+ border: none;
+ }
+ }
+ }
}
\ No newline at end of file
--
Gitblit v1.9.3