Commit 0f0808ff by 吴佳

2022.02.08 wujia 汇款查询 按钮位置调整

parent 01ac92b1
...@@ -315,7 +315,7 @@ ...@@ -315,7 +315,7 @@
<c-button class="medium_bcs" size="medium" type="primary" style="margin-left: 0" <c-button class="medium_bcs" size="medium" type="primary" style="margin-left: 0"
>境内外币汇出</c-button >境内外币汇出</c-button
> >
<c-button class="medium_bcs" size="medium" type="primary" style="margin-left: 0" <c-button class="medium_bcs" size="medium" type="primary" style="float:right;margin-right:10px;"
>导Excel</c-button >导Excel</c-button
> >
<!-- <c-button size="small" type="primary" style="margin-left: 0" <!-- <c-button size="small" type="primary" style="margin-left: 0"
...@@ -551,4 +551,7 @@ export default { ...@@ -551,4 +551,7 @@ export default {
}; };
</script> </script>
<style> <style>
.el-dialog__body {
padding: 10px 5px 50px;
}
</style> </style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment