@@ -251,7 +251,7 @@ class Qrcode extends React.Component {
-
Copyright © {currentYear} QRBTF. All rights reserved.
+
Copyright © {currentYear} QRBTF. 保留所有权利。
diff --git a/src/containers/Layout.css b/src/containers/Layout.css
index e69de29..573cf55 100644
--- a/src/containers/Layout.css
+++ b/src/containers/Layout.css
@@ -0,0 +1,4 @@
+.Layout {
+ margin: 0;
+ padding: 0;
+}
\ No newline at end of file
diff --git a/src/containers/Layout.js b/src/containers/Layout.js
index 59a7f32..da72fc9 100644
--- a/src/containers/Layout.js
+++ b/src/containers/Layout.js
@@ -3,7 +3,7 @@ import './Layout.css'
const Layout = (props) => {
return (
-
+
{props.children}
);
diff --git a/src/logo.svg b/src/logo.svg
deleted file mode 100644
index 6b60c10..0000000
--- a/src/logo.svg
+++ /dev/null
@@ -1,7 +0,0 @@
-