From 47c98f24d8b7b16cfc0e95f510d91b6ca4cd334d Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Fri, 17 Feb 2023 14:19:41 +0800
Subject: [PATCH] 视频样式

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

diff --git a/src/styles/base/index.scss b/src/styles/base/index.scss
index 23a1ce2..5691c68 100644
--- a/src/styles/base/index.scss
+++ b/src/styles/base/index.scss
@@ -160,9 +160,9 @@
         margin: 0 !important;
         display: flex;
         flex-direction: column;
-        width: 320px;
-        top: 50%;
-        left: 50% !important;
+        width: 240px;
+        top: 30%;
+        left: 80% !important;
         transform: translate(-50%, -50%);
 
         .el-dialog__body {

--
Gitblit v1.9.3