部分问题修复
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2024-05-08 11:00:35 +08:00
parent adf1ed04ae
commit f8fa8f470d
4 changed files with 4 additions and 4 deletions

View File

@ -163,7 +163,7 @@
<!--操作-->
<el-table-column
:label="$t('common:action:action')"
width="100"
min-width="100"
class-name="actionBox"
>
<template slot-scope="scope">

View File

@ -113,7 +113,7 @@
min-width="140"
></el-table-column>
<!--操作-->
<el-table-column :label="$t('common:action:action')" width="100">
<el-table-column :label="$t('common:action:action')" min-width="100">
<template slot-scope="scope">
<!-- 详情 -->
<el-button

View File

@ -131,7 +131,7 @@
sortable="custom"
></el-table-column>
<!--操作-->
<el-table-column :label="$t('common:action:action')" width="100">
<el-table-column :label="$t('common:action:action')" min-width="150">
<template slot-scope="scope">
<!-- 影像 -->
<el-button

View File

@ -231,7 +231,7 @@
sortable="custom"
></el-table-column>
<!--操作-->
<el-table-column :label="$t('common:action:action')" width="100" fixed="right">
<el-table-column :label="$t('common:action:action')" min-width="100" fixed="right">
<template slot-scope="scope">
<el-button
circle