From 5eac327aaf786a26b90c49b3a5a0682aa83e64dc Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期四, 20 三月 2025 16:18:24 +0800 Subject: [PATCH] 样式调整 --- src/App.vue | 12 ------------ 1 files changed, 0 insertions(+), 12 deletions(-) diff --git a/src/App.vue b/src/App.vue index e59d8dd..aada410 100644 --- a/src/App.vue +++ b/src/App.vue @@ -13,16 +13,4 @@ color: #2c3e50; } -nav { - padding: 30px; - - a { - font-weight: bold; - color: #2c3e50; - - &.router-link-exact-active { - color: #42b983; - } - } -} </style> -- Gitblit v1.8.0