From e46f931989d01f0a0abff0fc70b9a5473874730d Mon Sep 17 00:00:00 2001 From: zhengkunwang <31820853+zhengkunwang223@users.noreply.github.com> Date: Mon, 22 Jan 2024 22:28:40 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BF=AE=E6=94=B9=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E9=A1=B5=E9=9D=A2=E9=83=A8=E5=88=86=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=20(#3672)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/styles/element-dark.scss | 4 ++++ frontend/src/views/host/file-management/upload/index.vue | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/src/styles/element-dark.scss b/frontend/src/styles/element-dark.scss index 221e7ef69..de0a01f14 100644 --- a/frontend/src/styles/element-dark.scss +++ b/frontend/src/styles/element-dark.scss @@ -331,4 +331,8 @@ html.dark { .el-collapse-item__header { color: #ffffff; } + + .file-item:hover { + background-color: #4f4f4f; + } } diff --git a/frontend/src/views/host/file-management/upload/index.vue b/frontend/src/views/host/file-management/upload/index.vue index 9cf94b778..3aa421b39 100644 --- a/frontend/src/views/host/file-management/upload/index.vue +++ b/frontend/src/views/host/file-management/upload/index.vue @@ -336,7 +336,7 @@ defineExpose({ acceptParams }); } .file-item { - font-size: 12px; + font-size: 14px; color: #888; position: relative; display: flex;