feat:统一 ele 和 antd 代码风格,移除

```
<style scoped>
:deep(.vxe-toolbar div) {
  z-index: 1;
}
</style>
```
This commit is contained in:
YunaiV
2025-10-20 18:37:18 +08:00
parent 376520253d
commit 777ace6913
15 changed files with 0 additions and 69 deletions

View File

@@ -147,8 +147,3 @@ const [Grid, gridApi] = useVbenVxeGrid({
</Grid>
</Page>
</template>
<style scoped>
:deep(.vxe-toolbar div) {
z-index: 1;
}
</style>

View File

@@ -155,8 +155,3 @@ onMounted(() => {
</Grid>
</Page>
</template>
<style scoped>
:deep(.vxe-toolbar div) {
z-index: 1;
}
</style>

View File

@@ -58,7 +58,6 @@ async function handleSubmit() {
data.brokerageWithdrawMinPrice = yuanToFen(data.brokerageWithdrawMinPrice!);
await saveTradeConfig(data);
ElMessage.success($t('ui.actionMessage.operationSuccess'));
await getConfigInfo();
}
const [Form, formApi] = useVbenForm({