浏览代码

fix(uploader): android demo style

richard1015 3 年之前
父节点
当前提交
a5880fe963
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/packages/__VUE/uploader/index.scss

+ 2 - 2
src/packages/__VUE/uploader/index.scss

@@ -46,8 +46,8 @@
       position: absolute;
       left: 0;
       top: 0;
-      bottom: 0;
-      right: 0;
+      width: 100%;
+      height: 100%;
       background: rgba(0, 0, 0, 0.6);
       display: flex;
       flex-direction: column;