From 187c516a9f390e59846a592bd3325afa4a8dc325 Mon Sep 17 00:00:00 2001
From: 鲁班七号 <9159450+luban-71@user.noreply.gitee.com>
Date: Thu, 20 Jul 2023 14:43:15 +0800
Subject: [PATCH] 增加短信发送条数统计
---
src/App.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index 487663f..1f80fff 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -11,8 +11,8 @@
-moz-osx-font-smoothing: grayscale;
}
* {
- margin: 0px;
- padding: 0px;
+ margin: 0;
+ padding: 0;
}
.inner{
background-color: #fff;
--
Gitblit v1.9.2