ソースを参照

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;