diff --git a/src/views/UserPermissions/UserList.vue b/src/views/UserPermissions/UserList.vue index 60280a6..4ff9140 100644 --- a/src/views/UserPermissions/UserList.vue +++ b/src/views/UserPermissions/UserList.vue @@ -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" > @@ -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 {