fix: 空间列表高度

This commit is contained in:
sudoooooo 2024-07-15 12:11:57 +08:00
parent b1958ec8ff
commit 5c3915a74d

View File

@ -154,7 +154,7 @@ const onCloseModify = () => {
:deep(.tableview-row) { :deep(.tableview-row) {
.tableview-cell { .tableview-cell {
padding: 5px 0; height: 42px;
&.link { &.link {
cursor: pointer; cursor: pointer;
@ -165,13 +165,6 @@ const onCloseModify = () => {
} }
} }
} }
.tool-root {
display: flex;
.tool-root-btn-text {
font-weight: normal !important;
}
}
} }
} }
</style> </style>