fix header scss

This commit is contained in:
xuliangzhan
2022-10-23 11:59:16 +08:00
parent 41255cfd03
commit 1c0570285c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "vxe-table",
"version": "4.3.5",
"description": "一个基于 vue 的 PC 端表格组件,支持增删改查、虚拟列表、虚拟树、懒加载、快捷菜单、数据校验、树形结构、打印导出、表单渲染、数据分页、弹窗、自定义模板、渲染器、贼灵活的配置项等...",
"description": "一个基于 vue 的 PC 端表格组件,支持增删改查、虚拟列表、虚拟树、懒加载、快捷菜单、数据校验、树形结构、打印导出、表单渲染、数据分页、弹窗、自定义模板、渲染器等...",
"scripts": {
"serve": "vue-cli-service serve",
"lint": "vue-cli-service lint",

View File

@@ -715,7 +715,7 @@
&.border--inner,
&.border--none {
.vxe-table--header-wrapper {
background-color: $vxe-table-body-background-color;
background-color: $vxe-table-header-background-color;
}
.vxe-table--fixed-left-wrapper {
border-right: 0;