From ac1d074c0e01558e34f56772d6793e4108171dcf Mon Sep 17 00:00:00 2001 From: danshihao Date: Tue, 23 Jul 2024 16:42:52 +0800 Subject: [PATCH] =?UTF-8?q?[update=20=E9=A6=96=E9=A1=B5]=20=E9=83=A8?= =?UTF-8?q?=E5=88=86=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/modules/SearchAndWarningCard.vue | 11 +++++++++++ src/views/dashboard/modules/ToDoTaskCard.vue | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/src/views/dashboard/modules/SearchAndWarningCard.vue b/src/views/dashboard/modules/SearchAndWarningCard.vue index 09ef59a..d0ac2c9 100644 --- a/src/views/dashboard/modules/SearchAndWarningCard.vue +++ b/src/views/dashboard/modules/SearchAndWarningCard.vue @@ -480,6 +480,17 @@ export default { /deep/ .ant-table-thead > tr > th { background-color: #fff; } + + /deep/ .ant-table-row .ant-table-row-cell-break-word { + border: none; + + &:first-child { + border-radius: 8px 0 0 8px; + } + &:last-child { + border-radius: 0 8px 8px 0; + } + } } @media screen and (max-width: 1366px) { .warning-wrapper { diff --git a/src/views/dashboard/modules/ToDoTaskCard.vue b/src/views/dashboard/modules/ToDoTaskCard.vue index 9f86642..d66e9b5 100644 --- a/src/views/dashboard/modules/ToDoTaskCard.vue +++ b/src/views/dashboard/modules/ToDoTaskCard.vue @@ -131,8 +131,8 @@ export default { position: absolute; width: @size; height: @size; - left: 0; - top: 0; + left: -1px; + top: -1px; font-size: 0; img { position: absolute;