浏览代码

[bug] style

wenliming 3 年之前
父节点
当前提交
3aeab62d78
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      src/view/popup.vue

+ 5 - 1
src/view/popup.vue

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