SyuanYu 9 月之前
父節點
當前提交
876157c137
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/views/Step_5.vue

+ 3 - 0
src/views/Step_5.vue

@@ -330,7 +330,10 @@ const openUploadInput = () => {
     background-repeat: no-repeat;
     background-position: center center;
     background-size: cover;
+    -webkit-clip-path: inset(25% 0% 0% 45% round 0);
     clip-path: inset(25% 0% 0% 45% round 0);
+    overflow: hidden; // safari
+    filter: hue-rotate(0deg); // safari
     // clip-path: xywh(40% 25% 70% 75% round 0);
   }