feature: 面板
This commit is contained in:
parent
65d351600b
commit
03a8bb681f
|
|
@ -11,6 +11,10 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 16px;
|
gap: 16px;
|
||||||
|
background-color: #f9f9f9; /* ✅ 淡灰色背景 */
|
||||||
|
padding: 16px;
|
||||||
|
border-radius: 8px; /* ✅ 加点圆角更柔和 */
|
||||||
|
border: 1px solid #eee; /* ✅ 加细边框让结构更明显 */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 标题部分 */
|
/* 标题部分 */
|
||||||
|
|
@ -104,7 +108,7 @@
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h2>任务看板</h2>
|
<h1>任务面板</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user