From f3d4db769ba9b51b799d981511a710fd443d0e08 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 21 四月 2025 12:18:03 +0800
Subject: [PATCH] Merge branch 'master' into positec

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

diff --git a/src/menu/components/share/sourcecomponent/index.scss b/src/menu/components/share/sourcecomponent/index.scss
index f270254..e1707cf 100644
--- a/src/menu/components/share/sourcecomponent/index.scss
+++ b/src/menu/components/share/sourcecomponent/index.scss
@@ -14,23 +14,66 @@
       top: 3px;
       right: 0px;
       padding-right: 6px;
-      color: rgba(0,0,0,.45);
+      color: #f5222d;
+      cursor: pointer;
+      display: none;
+    }
+    .anticon-copy {
+      position: absolute;
+      top: 3px;
+      right: 30px;
+      padding-right: 0px;
+      color: #26C281;
       cursor: pointer;
       display: none;
     }
     a {
       display: inline-block;
-      width: 100%;
+      min-width: 60%;
+      max-width: calc(100% - 80px);
       padding-left: 22px;
-      padding-right: 14px;
+      padding-right: 0px;
       overflow: hidden;
       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;
+    img {
+      width: 32px;
+      height: 32px;
+    }
+    img + a {
+      height: 32px;
+      line-height: 32px;
+    }
+    .anticon-delete, .anticon-copy {
+      top: 8px;
+    }
+  }
+  .mk-source-item-info.avatar {
+    display: flex;
+    top: 0px;
+    .anticon-delete, .anticon-copy {
+      top: 8px;
+    }
   }
   .mk-source-item-info:hover {
     background-color: #e6f7ff;
-    .anticon-delete {
+    .anticon-delete, .anticon-copy {
       display: inline-block;
     }
   }
@@ -39,4 +82,7 @@
     height: 28px;
     line-height: 26px;
   }
+  .ant-radio-group {
+    white-space: nowrap;
+  }
 }

--
Gitblit v1.8.0