diff --git a/components/empty/style/index.less b/components/empty/style/index.less index 7259b9aad..c696372c1 100644 --- a/components/empty/style/index.less +++ b/components/empty/style/index.less @@ -55,23 +55,29 @@ fill: @white; fill-opacity: 0.08; } + &-path { &-1 { fill: #262626; } + &-2 { - fill: url(#linearGradient-1); + fill: url('#linearGradient-1'); } + &-3 { fill: #595959; } + &-4 { fill: #434343; } + &-5 { fill: #595959; } } + &-g { fill: #434343; } @@ -81,23 +87,29 @@ fill: #f5f5f5; fill-opacity: 0.8; } + &-path { &-1 { fill: #aeb8c2; } + &-2 { - fill: url(#linearGradient-1); + fill: url('#linearGradient-1'); } + &-3 { fill: #f5f5f7; } + &-4 { fill: #dce0e6; } + &-5 { fill: #dce0e6; } } + &-g { fill: @white; } @@ -111,9 +123,11 @@ fill: @white; fill-opacity: 0.08; } + &-g { stroke: #434343; } + &-path { fill: #262626; stroke: #434343; @@ -123,9 +137,11 @@ &-ellipse { fill: #f5f5f5; } + &-g { stroke: #d9d9d9; } + &-path { fill: #fafafa; } diff --git a/components/empty/style/index.ts b/components/empty/style/index.tsx similarity index 100% rename from components/empty/style/index.ts rename to components/empty/style/index.tsx