修改bug
This commit is contained in:
parent
86cb02a298
commit
754282c0d4
|
@ -94,7 +94,7 @@
|
||||||
return Object.assign(
|
return Object.assign(
|
||||||
{
|
{
|
||||||
text: t('common.resetText'),
|
text: t('common.resetText'),
|
||||||
preIcon: 'ic:baseline-restart-alt',
|
preIcon: 'ant-design:reload-outlined',
|
||||||
},
|
},
|
||||||
props.resetButtonOptions
|
props.resetButtonOptions
|
||||||
);
|
);
|
||||||
|
|
|
@ -222,3 +222,9 @@ function searchReset() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
<style lang="less">
|
||||||
|
.ant-drawer-body {
|
||||||
|
background: url(../resource/img/modalback.png);
|
||||||
|
}
|
||||||
|
</style>
|
Loading…
Reference in New Issue