Lijy 6 달 전
부모
커밋
5c0973a03b

+ 4 - 0
fhKeeper/formulahousekeeper/webttkuaiban/src/main/resources/static/css/knowledgeField.css

@@ -1,3 +1,7 @@
+* {
+  margin: 0;
+  padding: 0;
+}
 .knowledgeFieldCon {
   position: relative;
   background: #f6f7fb;

+ 4 - 0
fhKeeper/formulahousekeeper/webttkuaiban/src/main/resources/static/css/knowledgeField.less

@@ -1,3 +1,7 @@
+* {
+  margin: 0;
+  padding: 0;
+}
 .knowledgeFieldCon {
   position: relative;
   background: #f6f7fb;