From 3619082d5d70b0363df94113844e83cb0e00ee3e Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 22 Sep 2022 09:28:54 +0800
Subject: [PATCH] 部分更改

---
 src/styles/base/index.scss |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/src/styles/base/index.scss b/src/styles/base/index.scss
index fb8e5a6..8931ad6 100644
--- a/src/styles/base/index.scss
+++ b/src/styles/base/index.scss
@@ -80,4 +80,21 @@
             flex: 1;
         }
     }
+}
+
+.phone-details-box {
+    .el-dialog {
+        margin: 0 !important;
+        display: flex;
+        flex-direction: column;
+        width: 320px;
+        height: 220px;
+        top: 50%;
+        left: 50% !important;
+        transform: translate(-50%, -50%);
+
+        .el-dialog__body {
+            flex: 1;
+        }
+    }
 }
\ No newline at end of file

--
Gitblit v1.9.3