From c235b08e0e1f965357b34e0dbd6d8605fd6c68df Mon Sep 17 00:00:00 2001
From: Mr Ke <kelq@hugeinfo.com.cn>
Date: Sat, 16 May 2020 13:46:06 +0800
Subject: [PATCH] 最新消息修改、附件下载
---
src/components/common/NotifyList/index.scss | 24 +++++++++++++++++++++---
1 files changed, 21 insertions(+), 3 deletions(-)
diff --git a/src/components/common/NotifyList/index.scss b/src/components/common/NotifyList/index.scss
index a8b6d28..72f7cf7 100644
--- a/src/components/common/NotifyList/index.scss
+++ b/src/components/common/NotifyList/index.scss
@@ -7,7 +7,7 @@
/** Happy Coding */
.notify-list {
&-main {
- margin: 20px 0;
+ margin: 14px 0;
& .ant-alert-warning {
background: #fff9e5 !important;
border: 0 !important;
@@ -16,16 +16,34 @@
width: 100%;
display: flex;
&-msg {
- width: 55%;
+ width: 70%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin-right: 20px;
+ display: flex;
+ align-items: center;
+ &-title{
+ width: 210px;
+ display: flex;
+ align-items: center;
+ }
+ &-content {
+ flex: 1;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ padding: 0 20px;
+ font-size: 12px;
+ display: flex;
+ align-items: center;
+ cursor: pointer;
+ }
}
&-fuc {
font-family: PingFangSC-Medium;
font-size: 14px;
- color: #559DE6;
+ color: #559de6;
line-height: 22px;
cursor: pointer;
letter-spacing: 1px;
--
Gitblit v1.8.0