feat:统一 ele 和 antd 代码风格,移除
```
<style scoped>
:deep(.vxe-toolbar div) {
z-index: 1;
}
</style>
```
This commit is contained in:
@@ -147,8 +147,3 @@ const [Grid, gridApi] = useVbenVxeGrid({
|
||||
</Grid>
|
||||
</Page>
|
||||
</template>
|
||||
<style scoped>
|
||||
:deep(.vxe-toolbar div) {
|
||||
z-index: 1;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -155,8 +155,3 @@ onMounted(() => {
|
||||
</Grid>
|
||||
</Page>
|
||||
</template>
|
||||
<style scoped>
|
||||
:deep(.vxe-toolbar div) {
|
||||
z-index: 1;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user