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; margin-bottom: 10px;
} }
.mb-20 {
margin-bottom: 20px;
}
.mr-5 { .mr-5 {
margin-right: 5px; margin-right: 5px;
} }

View File

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

View File

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