修改bug

This commit is contained in:
yangjun 2025-08-07 11:03:58 +08:00
parent 86cb02a298
commit 754282c0d4
2 changed files with 7 additions and 1 deletions

View File

@ -94,7 +94,7 @@
return Object.assign(
{
text: t('common.resetText'),
preIcon: 'ic:baseline-restart-alt',
preIcon: 'ant-design:reload-outlined',
},
props.resetButtonOptions
);

View File

@ -222,3 +222,9 @@ function searchReset() {
}
}
</style>
<style lang="less">
.ant-drawer-body {
background: url(../resource/img/modalback.png);
}
</style>