样式调整

This commit is contained in:
zhujiyan
2024-08-27 18:37:46 +08:00
parent f8995d043b
commit e9a0347b0e
8 changed files with 466 additions and 166 deletions

View File

@@ -50,6 +50,7 @@
:border="border"
:row-key="rowKey"
@selection-change="selectionChange"
class="custom-table-header"
>
<!-- 默认插槽 -->
<slot />
@@ -331,3 +332,8 @@ defineExpose({
enumMap
});
</script>
<style lang="scss" scoped>
::v-deep .custom-table-header .el-table__header-wrapper .el-table__header{
background-color: red !important; /* 修改为你想要的颜色 */
}
</style>