From 0ffc2dc0e5a6dee75db4a6785ffb07695b2f0d5d Mon Sep 17 00:00:00 2001 From: Kirigaya <1193466151@qq.com> Date: Sat, 28 Dec 2024 15:12:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/netlist.css | 4 ++-- src/components/about/index.vue | 3 --- src/components/right-nav.js | 4 ++-- src/components/right-nav.vue | 1 + src/components/treeview/index.vue | 2 +- 5 files changed, 6 insertions(+), 8 deletions(-) diff --git a/public/netlist.css b/public/netlist.css index 4fe8081..4fa4007 100644 --- a/public/netlist.css +++ b/public/netlist.css @@ -114,8 +114,8 @@ a { .digital-ide-icon.big { background-image: url(./icon.svg); background-size: 100%; - height: 200px; - width: 200px; + height: 150px; + width: 150px; } .el-radio-button__original-radio:disabled:checked+.el-radio-button__inner { diff --git a/src/components/about/index.vue b/src/components/about/index.vue index 99ab907..810bee8 100644 --- a/src/components/about/index.vue +++ b/src/components/about/index.vue @@ -56,13 +56,10 @@ const { t } = useI18n();