style(样式调整): 主持人中心页

This commit is contained in:
hzj 2025-09-26 19:09:21 +08:00
parent bc669e875a
commit e8e7c74ce4

View File

@ -95,8 +95,18 @@
<!-- 今日任务 -->
<div
class="task-section"
style="display: flex; flex-direction: column; justify-content: space-between; gap: 5px"
style="
display: flex;
flex-direction: column;
justify-content: space-between;
gap: 5px;
background-color: white;
padding: 10px;
border-radius: 12px;
margin: 0 1%;
margin-bottom: 12px;
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
"
>
<div style="display: flex; justify-content: space-between">
<div style="font-weight: 600">Today's Task:</div>
@ -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;