From fe21d23b147ed5cec22b4f76a88840b05495d4ad Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期六, 18 六月 2022 22:33:59 +0800
Subject: [PATCH] 2022-06-18

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

diff --git a/src/menu/components/share/sourcecomponent/index.scss b/src/menu/components/share/sourcecomponent/index.scss
index ecf2c09..2c5ffe1 100644
--- a/src/menu/components/share/sourcecomponent/index.scss
+++ b/src/menu/components/share/sourcecomponent/index.scss
@@ -14,7 +14,7 @@
       top: 3px;
       right: 0px;
       padding-right: 6px;
-      color: rgba(0,0,0,.45);
+      color: #f5222d;
       cursor: pointer;
       display: none;
     }
@@ -27,6 +27,18 @@
       white-space: nowrap;
       text-overflow: ellipsis;
     }
+    .mk-avatar {
+      color: #1890ff;
+      display: inline-block;
+      width: 100%;
+      padding-left: 5px;
+      padding-right: 14px;
+      overflow: hidden;
+      white-space: nowrap;
+      text-overflow: ellipsis;
+      height: 32px;
+      line-height: 32px;
+    }
   }
   .mk-source-item-info.picture {
     display: flex;
@@ -42,6 +54,13 @@
       top: 8px;
     }
   }
+  .mk-source-item-info.avatar {
+    display: flex;
+    top: 0px;
+    .anticon-delete {
+      top: 8px;
+    }
+  }
   .mk-source-item-info:hover {
     background-color: #e6f7ff;
     .anticon-delete {

--
Gitblit v1.8.0