fix:前端样式调整

This commit is contained in:
ludj
2024-05-14 10:54:53 +08:00
parent b713e082f5
commit e5e8d912d9
10 changed files with 55 additions and 38 deletions

View File

@@ -229,19 +229,23 @@
<el-table-column prop="update_name" label="更新人" width="150" />
<el-table-column prop="update_time" label="更新时间" width="150" />
<el-table-column v-permission="[]" label="操作" width="120px" align="center" fixed="right">
<el-table-column v-permission="[]" label="操作" width="200px" align="center" fixed="right">
<template slot-scope="scope">
<udOperation
:data="scope.row"
:permission="permission"
style="display: inline"
/>
<el-button
class="filter-item"
icon="el-icon-download"
size="mini"
type="warning"
type="text"
slot="right"
@click="syncTest(scope.row)"
>同步测试</el-button>
</template>
</el-table-column>
</el-table>