From 6f817bf3ae4e6f51f982c07b0713adb3caf9fac2 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 02 二月 2023 17:14:16 +0800 Subject: [PATCH] 2023-02-02 --- src/menu/components/share/sourcecomponent/index.scss | 24 +++++++++++++++++++++++- 1 files changed, 23 insertions(+), 1 deletions(-) diff --git a/src/menu/components/share/sourcecomponent/index.scss b/src/menu/components/share/sourcecomponent/index.scss index ecf2c09..156af96 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; } @@ -26,6 +26,18 @@ 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 { @@ -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 { @@ -53,4 +72,7 @@ height: 28px; line-height: 26px; } + .ant-radio-group { + white-space: nowrap; + } } -- Gitblit v1.8.0