From 585a0582b823b6868cfec6bc81e9d66b0ff1d437 Mon Sep 17 00:00:00 2001 From: duanshuwen Date: Sun, 21 Sep 2025 21:05:14 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=A7=BB=E9=99=A4=E6=97=A0=E5=85=B3?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/src/App.vue b/src/App.vue index 45d93b6..1231521 100644 --- a/src/App.vue +++ b/src/App.vue @@ -33,24 +33,4 @@ body, .mb12 { margin-bottom: 12px; } - -// 重置按钮样式 -.reset-btn { - position: absolute; - left: 0; - top: 0; - right: 0; - bottom: 0; - z-index: 1000; - background: none; - border: none; - outline: none; - padding: 0; - margin: 0; - - &::after { - border: none; - content: " "; - } -}