From afc1f9dae85a266e09362ebe4cdf6cd30b73b7bf Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期二, 09 六月 2020 17:14:24 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/css/common.css |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/static/css/common.css b/src/main/webapp/static/css/common.css
index dc99509..6f8de0e 100644
--- a/src/main/webapp/static/css/common.css
+++ b/src/main/webapp/static/css/common.css
@@ -1,3 +1,10 @@
+*, *::before, *::after {
+    -webkit-box-sizing: border-box;
+    box-sizing: border-box;
+    margin: 0;
+    padding: 0;
+}
+
 body {
     background-color: #fff;
 }

--
Gitblit v1.9.1