feat: 统一input、select、picker等组件样式

This commit is contained in:
rd
2025-07-15 11:03:44 +08:00
parent cdb8f677bc
commit 97dd86cd45
20 changed files with 344 additions and 101 deletions

View File

@ -67,7 +67,6 @@
@selectionChange="handleSelectionChange"
@delete="handleDelete"
@openEdit="handleOpenEdit"
@update="getData"
/>
<NoData v-else />
@ -86,7 +85,7 @@
</div>
</div>
<AddAccountModal ref="addAccountModalRef" @update="getData" />
<AddAccountModal ref="addAccountModalRef" />
<DeleteAccountModal ref="deleteAccountRef" @update="onDeleteSuccess" />
</div>
</template>
@ -254,6 +253,8 @@ const handleOpenAbnormalAccount = () => {
query.value.status = 2;
reload();
};
provide('update', getData);
</script>
<style scoped lang="scss">