update style

This commit is contained in:
Fine 2022-10-18 15:10:55 +08:00
parent ecb205d7ac
commit b3265e6023
2 changed files with 4 additions and 5 deletions

View File

@ -190,4 +190,8 @@ onUnmounted(() => {
top: 0;
right: 10px;
}
.conditions {
margin-bottom: 10px;
}
</style>

View File

@ -60,9 +60,4 @@ provide("options", props.data);
overflow: auto;
min-width: 1200px;
}
.conditions {
padding: 0 10px;
margin-bottom: 10px;
}
</style>