From 41239717c4446af79268b968557274f88a0afaeb Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 15 八月 2020 10:16:07 +0800 Subject: [PATCH] 2020-08-15 --- src/tabviews/zshare/calendar/index.scss | 21 ++++++++++++--------- 1 files changed, 12 insertions(+), 9 deletions(-) diff --git a/src/tabviews/zshare/calendar/index.scss b/src/tabviews/zshare/calendar/index.scss index b51378a..a3a0122 100644 --- a/src/tabviews/zshare/calendar/index.scss +++ b/src/tabviews/zshare/calendar/index.scss @@ -1,6 +1,6 @@ .mk-calendar { width: 100%; - padding: 10px; + padding: 20px; .mk-calendar-control { text-align: right; @@ -84,9 +84,12 @@ right: 0; .message { width: 100%; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; + // white-space: nowrap; + // overflow: hidden; + // text-overflow: ellipsis; + .ant-badge-status-text { + color: inherit; + } } } .content::-webkit-scrollbar { @@ -157,12 +160,12 @@ .message { .ant-badge-status-text { display: inline-block; - min-width: 100px; - max-width: 200px; - white-space: nowrap; + min-width: 200px; + max-width: 350px; + // white-space: nowrap; vertical-align: middle; - overflow: hidden; - text-overflow: ellipsis; + // overflow: hidden; + // text-overflow: ellipsis; } } .ant-popover-inner-content { -- Gitblit v1.8.0