fix: ui边距对其

20240912_adapter_z
chenhc 7 months ago
parent 1fd70fb642
commit c9902949ae

@ -37,7 +37,7 @@
<el-row>
<el-button-group
style="display: flex; margin: 0px 0 15px 0; float: right"
style="display: flex; margin-top: 15px; float: right"
>
<!--<el-button size="mini" type="primary" @click.native="saveOrder()" :loading="saveLoading"-->
<!--&gt;草稿保存-->
@ -262,7 +262,7 @@
</el-row>
</el-card>
</el-form>
<el-tabs type="border-card" style="margin: 5px">
<el-tabs type="border-card" style="margin: 15px">
<el-tab-pane label="单据详情" v-if="viewCodeVisible">
<codeDetailPanel

Loading…
Cancel
Save