From d62c168d0656fac4242581609c3c5c0d88cf6a48 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 29 一月 2021 18:03:47 +0800
Subject: [PATCH] 2021-01-29

---
 src/menu/picturecontroller/index.scss |   23 +++++++++++++++++++----
 1 files changed, 19 insertions(+), 4 deletions(-)

diff --git a/src/menu/picturecontroller/index.scss b/src/menu/picturecontroller/index.scss
index 6484f2a..86430f0 100644
--- a/src/menu/picturecontroller/index.scss
+++ b/src/menu/picturecontroller/index.scss
@@ -3,9 +3,13 @@
     top: 60px;
     .ant-modal-body {
       max-height: calc(100vh - 120px);
-      min-height: 450px;
+      min-height: 510px;
       padding-top: 5px;
     }
+  }
+  .ant-tabs-tabpane {
+    padding-left: 3px;
+    padding-right: 3px;
   }
   .picture-plus {
     float: right;
@@ -15,12 +19,19 @@
   .image-video-box {
     position: relative;
     padding-top: 75%;
+    box-shadow: 0 0 2px #bcbcbc;
     .image-video-box-body {
       position: absolute;
       top: 0px;
       left: 0px;
       right: 0px;
       bottom: 0px;
+      .video-react-big-play-button {
+        display: none;
+      }
+      .video-react-control-bar {
+        display: none;
+      }
     }
     .image-video-control {
       position: absolute;
@@ -34,16 +45,16 @@
       opacity: 0;
       transition: all 0.3s;
       i {
-        font-size: 18px;
+        font-size: 20px;
         cursor: pointer;
       }
       .anticon-copy {
         color: rgb(38, 194, 129);
-        margin-right: 10px;
+        margin-right: 15px;
       }
       .anticon-edit {
         color: #1890ff;
-        margin-right: 10px;
+        margin-right: 15px;
       }
       .anticon-delete {
         color: #ff4d4f;
@@ -62,6 +73,10 @@
     word-break: break-all;
     font-size: 13px;
     margin-bottom: 0;
+    margin-top: 2px;
     height: 35px;
   }
+  .ant-pagination {
+    text-align: right;
+  }
 }
\ No newline at end of file

--
Gitblit v1.8.0