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 |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/public/index.html b/public/index.html
index d7fe62b..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;
@@ -433,6 +440,12 @@
       text-align: center;
       border: 0px solid transparent;
     }
+
+    ::-webkit-scrollbar {
+      width: 6px;
+      height: 6px;
+      background-color: #f5f5f5;
+    }
   </style>
 
 </head>

--
Gitblit v1.8.0