style(样式调整): 主持人中心页
This commit is contained in:
parent
bc669e875a
commit
e8e7c74ce4
@ -95,8 +95,18 @@
|
|||||||
|
|
||||||
<!-- 今日任务 -->
|
<!-- 今日任务 -->
|
||||||
<div
|
<div
|
||||||
class="task-section"
|
style="
|
||||||
style="display: flex; flex-direction: column; justify-content: space-between; gap: 5px"
|
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="display: flex; justify-content: space-between">
|
||||||
<div style="font-weight: 600">Today's Task:</div>
|
<div style="font-weight: 600">Today's Task:</div>
|
||||||
@ -347,16 +357,6 @@ onMounted(() => {
|
|||||||
font-weight: 600;
|
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 {
|
.task-header {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -372,13 +372,6 @@ onMounted(() => {
|
|||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
.task-section h3 {
|
|
||||||
margin: 0 0 16px 0;
|
|
||||||
font-size: 16px;
|
|
||||||
font-weight: 600;
|
|
||||||
color: #333;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* 任务表格 */
|
/* 任务表格 */
|
||||||
.task-table {
|
.task-table {
|
||||||
border: 1px solid #e5e7eb;
|
border: 1px solid #e5e7eb;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user