Browse Source

[bug] style

wenliming 3 years ago
parent
commit
3aeab62d78
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/view/popup.vue

+ 5 - 1
src/view/popup.vue

@@ -496,7 +496,11 @@ const sendTwitter = (params) => {
 };
 };
 </script>
 </script>
 
 
-<style lang="scss" scoped>
+<style lang="scss">
+html,body {
+    padding: 0 !important;
+    margin: 0 !important;
+}
 .page-wrapper {
 .page-wrapper {
     width: 375px;
     width: 375px;
     height: 600px;
     height: 600px;