style(ctr): 调整费用合同页面布局

- 移除导出按钮旁边的换行符
- 在右上角工具栏上方添加换行符
This commit is contained in:
tcy
2025-08-21 11:33:17 +08:00
parent 6359daba49
commit 4c01c0a4a3

View File

@ -48,9 +48,9 @@
<el-col :span="1.5">
<el-button type="warning" plain icon="Download" @click="handleExport"
v-hasPermi="['ctr:expensesContract:export']">导出</el-button>
</el-col>
</el-col>-->
<right-toolbar v-model:showSearch="showSearch" @queryTable="getList"></right-toolbar>
</el-row>-->
</el-row>
</template>
<el-table v-loading="loading" :data="expensesContractList" @selection-change="handleSelectionChange">