From 3833fb5fa61f9e0fec5320ac39603ae1cf964ee6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=8C=E8=A8=80?= <2311595895@qq.com> Date: Thu, 3 Aug 2023 12:55:22 +0800 Subject: [PATCH] Xingyan/fix version (#1637) --- .../devui/avatar/src/components/icon-body.tsx | 20 +++++++------------ .../avatar/src/components/icon-nobody.tsx | 8 +++++++- packages/devui-vue/package.json | 2 +- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/packages/devui-vue/devui/avatar/src/components/icon-body.tsx b/packages/devui-vue/devui/avatar/src/components/icon-body.tsx index 11e48237f2..7b11e874f7 100644 --- a/packages/devui-vue/devui/avatar/src/components/icon-body.tsx +++ b/packages/devui-vue/devui/avatar/src/components/icon-body.tsx @@ -1,4 +1,4 @@ -import type { IconPropsType } from "../avatar-types"; +import type { IconPropsType } from '../avatar-types'; export const IconBody = (props: IconPropsType): JSX.Element => { const { width, height } = props; @@ -11,21 +11,15 @@ export const IconBody = (props: IconPropsType): JSX.Element => { }} viewBox="0 0 30 30" version="1.1" - xmlns="http://www.w3.org/2000/svg" - > - + xmlns="http://www.w3.org/2000/svg"> + + fill="#FFFFFF"> ); diff --git a/packages/devui-vue/devui/avatar/src/components/icon-nobody.tsx b/packages/devui-vue/devui/avatar/src/components/icon-nobody.tsx index ab7a622b49..8fb1e87206 100644 --- a/packages/devui-vue/devui/avatar/src/components/icon-nobody.tsx +++ b/packages/devui-vue/devui/avatar/src/components/icon-nobody.tsx @@ -14,7 +14,13 @@ export const IconNobody = (props: IconPropsType): JSX.Element => { xmlns="http://www.w3.org/2000/svg">