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;