Skip to content

Commit

Permalink
fix header scss
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Oct 23, 2022
1 parent 41255cf commit 1c05702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion styles/table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1c05702

Please sign in to comment.