|
|
|
@ -123,7 +123,6 @@ |
|
|
|
header-cell-class-name="table-header" |
|
|
|
class="table-rounded" |
|
|
|
:loading="tableLoading" |
|
|
|
:header-cell-style="{background:'#f5f7fa', color:'#606266', fontWeight:'600'}" |
|
|
|
@sort-change="handleSortChange" |
|
|
|
> |
|
|
|
<el-table-column prop="id" label="序号" align="center" header-align="center" width="60"> |
|
|
|
@ -482,15 +481,18 @@ onMounted(() => { |
|
|
|
|
|
|
|
/* 表格样式 */ |
|
|
|
.table-rounded { |
|
|
|
border-radius: 8px; |
|
|
|
overflow: hidden; |
|
|
|
border: 1px solid #e4e7ed; |
|
|
|
border-radius: 12px !important; |
|
|
|
overflow: hidden !important; |
|
|
|
border: 1px solid #e4e7ed !important; |
|
|
|
height: 650px; |
|
|
|
} |
|
|
|
|
|
|
|
.table-header { |
|
|
|
background-color: #f5f7fa !important; |
|
|
|
color: #606266; |
|
|
|
font-weight: 600; |
|
|
|
text-align: center !important; |
|
|
|
font-weight: 800 !important; |
|
|
|
font-size: 15px !important; |
|
|
|
color: #333 !important; |
|
|
|
background-color: #f8f9fa !important; |
|
|
|
} |
|
|
|
|
|
|
|
.ellipsis-text { |
|
|
|
|