From c6daf41a2e418454b873c67252eed2f808b68bd3 Mon Sep 17 00:00:00 2001 From: Charles7c Date: Sun, 20 Oct 2024 21:23:41 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BC=98=E5=8C=96=E9=83=A8=E5=88=86?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/GiCell/GiCellAvatar.vue | 13 ++++++++++++- src/components/GiTable/index.vue | 4 ++++ .../dashboard/workplace/components/Project.vue | 4 ++-- src/views/system/notice/index.vue | 13 ++++++++++++- src/views/system/role/index.vue | 13 ++++++++++++- 5 files changed, 42 insertions(+), 5 deletions(-) diff --git a/src/components/GiCell/GiCellAvatar.vue b/src/components/GiCell/GiCellAvatar.vue index 5a3a273..3b3724f 100644 --- a/src/components/GiCell/GiCellAvatar.vue +++ b/src/components/GiCell/GiCellAvatar.vue @@ -3,7 +3,18 @@ avatar - {{ props.name }} + + + {{ props.name }} + + {{ props.name }} diff --git a/src/components/GiTable/index.vue b/src/components/GiTable/index.vue index ce8ab00..d57816f 100644 --- a/src/components/GiTable/index.vue +++ b/src/components/GiTable/index.vue @@ -302,6 +302,10 @@ defineExpose({ tableRef }) } } } + + :deep(.link-text.arco-typography) { + color: rgb(var(--link-6)); + } } &__header { diff --git a/src/views/dashboard/workplace/components/Project.vue b/src/views/dashboard/workplace/components/Project.vue index 10c7155..c90a7f9 100644 --- a/src/views/dashboard/workplace/components/Project.vue +++ b/src/views/dashboard/workplace/components/Project.vue @@ -15,12 +15,12 @@ :xxl="8" class="my-project-item" > - +
{{ item.status }}
- logo + {{ item.name }}