diff --git a/src/App.vue b/src/App.vue index a59e97d..13e359a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -62,6 +62,7 @@ /* Logo图片样式 - 不设置固定宽度 */ .app-logo { + width: 360px; /* 设置固定宽度为360px */ height: auto; /* 保持宽高比 */ border-radius: 8px; /* 添加圆角效果 */ max-width: 100%; /* 确保logo不超出容器 */ diff --git a/vs100.zip b/vs100.zip deleted file mode 100644 index cf35fb9..0000000 Binary files a/vs100.zip and /dev/null differ