From 3d246e2571ca60eb71e5060a1eee2e95e7235ca7 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 18 Jul 2022 11:55:42 +0800
Subject: [PATCH] bufen
---
src/styles/element-ui.scss | 32 ++++++++++++++++++++++++++++++++
1 files changed, 32 insertions(+), 0 deletions(-)
diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index 42077d7..21188cf 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -90,19 +90,51 @@
.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;
+
+ }
+ }
+
+ }
+
+
}
\ No newline at end of file
--
Gitblit v1.9.3