From 16a8e97d34dd90cf54f0607fcb9a3a27c12db319 Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期一, 25 一月 2021 10:32:40 +0800
Subject: [PATCH] 朔黄视频检索详情调整
---
public/index.html | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/public/index.html b/public/index.html
index 41e80bc..e9f8271 100644
--- a/public/index.html
+++ b/public/index.html
@@ -408,6 +408,13 @@
visibility: hidden;
}
+ /* 鍨傜洿鏂瑰悜灞呬腑dialog妗� */
+ .el-dialog {
+ margin: 0 auto !important;
+ top: 50%;
+ transform: translateY(-50%);
+ }
+
.form-tip {
color: #999;
position: relative;
--
Gitblit v1.8.0