From e8e7c74ce4ffd7db10405f88fa7b32346d2524bd Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Fri, 26 Sep 2025 19:09:21 +0800 Subject: [PATCH] =?UTF-8?q?style(=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4):=20?= =?UTF-8?q?=E4=B8=BB=E6=8C=81=E4=BA=BA=E4=B8=AD=E5=BF=83=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/HostCenterView.vue | 31 ++++++++++++------------------- 1 file changed, 12 insertions(+), 19 deletions(-) diff --git a/src/views/HostCenterView.vue b/src/views/HostCenterView.vue index 897b8fc..c2cd409 100644 --- a/src/views/HostCenterView.vue +++ b/src/views/HostCenterView.vue @@ -95,8 +95,18 @@
Today's Task:
@@ -347,16 +357,6 @@ onMounted(() => { font-weight: 600; } -/* Today's Task 区域 */ -.task-section { - background-color: white; - padding: 16px; - border-radius: 12px; - margin: 0 1%; - margin-bottom: 12px; - box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25); -} - /* 任务区域头部样式 */ .task-header { display: flex; @@ -372,13 +372,6 @@ onMounted(() => { color: #333; } -.task-section h3 { - margin: 0 0 16px 0; - font-size: 16px; - font-weight: 600; - color: #333; -} - /* 任务表格 */ .task-table { border: 1px solid #e5e7eb;