From a22371c8df383433926b36b0ab4d7df0fe5fcf23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=B8=85?= Date: Sat, 12 Oct 2019 11:20:59 +0800 Subject: [PATCH] fix lint error --- components/page-header/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/page-header/style/index.less b/components/page-header/style/index.less index 696189ea7545..6d9e17ce52dc 100644 --- a/components/page-header/style/index.less +++ b/components/page-header/style/index.less @@ -5,9 +5,9 @@ .@{pageheader-prefix-cls} { .reset-component; - background-color: @component-background; position: relative; padding: @page-header-padding-vertical @page-header-padding; + background-color: @component-background; &.pure { background-color: inherit;