From 0ec4ebcf238dfd71faf468ede0a04d8088db5391 Mon Sep 17 00:00:00 2001 From: tangjinzhou <415800467@qq.com> Date: Sun, 27 Feb 2022 16:26:06 +0800 Subject: [PATCH] style: update empty --- components/empty/style/index.less | 20 +++++++++++++++++-- .../empty/style/{index.ts => index.tsx} | 0 2 files changed, 18 insertions(+), 2 deletions(-) rename components/empty/style/{index.ts => index.tsx} (100%) 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