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; top: 0;
right: 10px; right: 10px;
} }
.conditions {
margin-bottom: 10px;
}
</style> </style>

View File

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