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

@@ -60,11 +60,11 @@
</template>
</el-table-column>
<el-table-column prop="update_name" label="操作人" />
<el-table-column prop="update_time" label="操作时间" />
<el-table-column min-width="160" prop="update_time" label="操作时间" />
<el-table-column
v-permission="[]"
label="操作"
width="160"
width="120"
align="center"
fixed="right"
>
@@ -154,5 +154,7 @@ export default {
</script>
<style scoped>
.is-scrolling-none + .el-table__fixed-right {
height: 100% !important;
}
</style>