diff --git a/src/assets/imgs/logo/logo_dark_circle.svg b/src/assets/imgs/logo/logo_dark_circle.svg new file mode 100644 index 0000000..d5f3b9a --- /dev/null +++ b/src/assets/imgs/logo/logo_dark_circle.svg @@ -0,0 +1,13 @@ + diff --git a/src/assets/imgs/logo/penguin_blue.svg b/src/assets/imgs/logo/penguin_blue.svg new file mode 100644 index 0000000..73d3e51 --- /dev/null +++ b/src/assets/imgs/logo/penguin_blue.svg @@ -0,0 +1,11 @@ + diff --git a/src/views/Jyh/Community/index.vue b/src/views/Jyh/Community/index.vue index 720f9ee..2ddfffc 100644 --- a/src/views/Jyh/Community/index.vue +++ b/src/views/Jyh/Community/index.vue @@ -156,7 +156,7 @@
@@ -201,7 +201,7 @@ @@ -216,7 +216,7 @@ @@ -261,7 +261,7 @@ @@ -905,7 +905,7 @@ onUnmounted(() => { unInit() }); } .source-icon { width: 14px; height: 14px; opacity: 0.8; } -.source-logo-circle { width: 14px; height: 14px; border-radius: 50%; box-shadow: 0 1px 2px rgba(0,0,0,0.1); } +.source-logo-circle { width: 18px; height: 18px; border-radius: 50%; box-shadow: 0 1px 2px rgba(0,0,0,0.1); } .source-logo-text { font-size: 9px; font-weight: bold; background: #333; color: #fff; padding: 0 3px; border-radius: 2px; } .source-name { color: #475569; font-weight: 500; } /* 深一点的灰色文字 */