From 10b019978e0f5b5077024b0f3d56332cf936d27c Mon Sep 17 00:00:00 2001
From: cpf <1105965053@qq.com>
Date: Mon, 29 Nov 2021 10:33:56 +0800
Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=9F=BA=E6=9C=AC=E4=BF=A1?=
=?UTF-8?q?=E6=81=AF=E5=AE=8C=E5=96=84?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../left-domain/left-domain.component.html | 3 +++
.../left-domain/left-domain.component.ts | 19 ++++++++++++++++---
.../oil-station-info.component.html | 2 +-
src/styles.scss | 5 +++++
4 files changed, 25 insertions(+), 4 deletions(-)
diff --git a/src/app/pages/left-domain/left-domain.component.html b/src/app/pages/left-domain/left-domain.component.html
index ff2a673..7960582 100644
--- a/src/app/pages/left-domain/left-domain.component.html
+++ b/src/app/pages/left-domain/left-domain.component.html
@@ -186,6 +186,9 @@
+
+
+
-
\ No newline at end of file
diff --git a/src/styles.scss b/src/styles.scss
index 528abfe..643b993 100644
--- a/src/styles.scss
+++ b/src/styles.scss
@@ -125,6 +125,11 @@ h1 {
.ant-input { background: rgba(145, 204, 255, 0.41); border: 1px solid #91CCFF; }
textarea { resize: none; outline: none; }
}
+.baseInfoDialog{
+ height: 80%;
+ .ant-modal-footer { padding: 0; }
+ .ant-modal-body,.ant-modal-content { height: 100%; background: radial-gradient(closest-side at 50% 55%, #004988 0%, #00122D 100%); }
+}
.videoDialog{
height: 80%;
.ant-modal-footer { padding: 0; }