update style

This commit is contained in:
Fine 2024-11-28 11:13:06 +08:00
parent f01c8356ae
commit 545e02f67c
3 changed files with 6 additions and 7 deletions

View File

@ -139,6 +139,10 @@
margin-bottom: 10px;
}
.mb-20 {
margin-bottom: 20px;
}
.mr-5 {
margin-right: 5px;
}

View File

@ -16,7 +16,7 @@ limitations under the License. -->
<div class="flex-h content">
<TaskList />
<div class="vis-graph ml-5">
<div class="filter">
<div class="mb-20">
<Filter />
</div>
<div class="stack">
@ -66,9 +66,4 @@ limitations under the License. -->
height: calc(100% - 100px);
padding-bottom: 10px;
}
.filter {
height: 90px;
padding-right: 10px;
}
</style>

View File

@ -240,7 +240,7 @@ limitations under the License. -->
.profile-tr {
&:hover {
background-color: var(--sw-list-hover);
background-color: var(--sw-list-selected);
}
}