From 2d92d16f81f06e845274a508d152d52784bb3713 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 03 Apr 2023 17:42:35 +0800
Subject: [PATCH] 警情信息内容更改

---
 src/styles/base/index.scss |   25 +++++++++++++++++++++++--
 1 files changed, 23 insertions(+), 2 deletions(-)

diff --git a/src/styles/base/index.scss b/src/styles/base/index.scss
index 150ad14..6f8fe30 100644
--- a/src/styles/base/index.scss
+++ b/src/styles/base/index.scss
@@ -632,10 +632,14 @@
         height: 220px;
 
         .el-dialog__body {
+            position: relative;
+
             &>div {
                 position: absolute;
                 width: 100%;
                 height: 100%;
+                top: 0;
+                left: 0;
             }
 
             .el-button {
@@ -669,7 +673,6 @@
         }
 
         .el-input {
-            position: absolute;
             width: calc(100% - 20px);
             font-size: 14px;
             top: 0;
@@ -678,7 +681,7 @@
 
         .police-btn-box {
             position: absolute;
-            top: 124px;
+            bottom: 16px;
             width: 100%;
         }
 
@@ -732,6 +735,16 @@
         height: 180px;
 
         .el-dialog__body {
+            position: relative;
+
+            &>div {
+                position: absolute;
+                width: 100%;
+                height: 100%;
+                top: 0;
+                left: 0;
+            }
+
             .el-button {
                 padding: 0;
                 background-color: rgba(8, 56, 185, 0.9);
@@ -752,9 +765,17 @@
             background-color: rgba(8, 56, 185, 0.9);
         }
 
+        .police-btn-box {
+            position: absolute;
+            bottom: 16px;
+            width: 100%;
+        }
+
         .line {
             display: flex;
             justify-content: left;
+            position: absolute;
+            top: 48px;
         }
 
         .value-name-box {

--
Gitblit v1.9.3