From c98e45bfac25e9110ad0383faac54a54d98ea9d5 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 18 十一月 2021 20:47:04 +0800
Subject: [PATCH] 2021-11-18

---
 src/menu/components/share/sourcecomponent/index.scss |   21 ++++++++++++++++++---
 1 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/src/menu/components/share/sourcecomponent/index.scss b/src/menu/components/share/sourcecomponent/index.scss
index 6a2b87f..ecf2c09 100644
--- a/src/menu/components/share/sourcecomponent/index.scss
+++ b/src/menu/components/share/sourcecomponent/index.scss
@@ -28,14 +28,29 @@
       text-overflow: ellipsis;
     }
   }
+  .mk-source-item-info.picture {
+    display: flex;
+    img {
+      width: 32px;
+      height: 32px;
+    }
+    img + a {
+      height: 32px;
+      line-height: 32px;
+    }
+    .anticon-delete {
+      top: 8px;
+    }
+  }
   .mk-source-item-info:hover {
     background-color: #e6f7ff;
     .anticon-delete {
       display: inline-block;
     }
   }
-}
 
-.mk-source-manage {
-  z-index: 1170 !important;
+  .ant-radio-button-wrapper {
+    height: 28px;
+    line-height: 26px;
+  }
 }

--
Gitblit v1.8.0