Explorar el Código

style: 修改iframe圆角

jiaxing.liao hace 1 semana
padre
commit
caaa08a0bb
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. 4 2
      apps/web-velofex-b/src/views/home.vue

+ 4 - 2
apps/web-velofex-b/src/views/home.vue

@@ -1275,8 +1275,10 @@ function handleIframeLoad(event: Event) {
   position: relative;
   position: relative;
   flex: 1;
   flex: 1;
   min-height: 0;
   min-height: 0;
-  // overflow: hidden;
-  border-radius: 0 0 0 50px;
+
+  iframe {
+    border-radius: 0 0 0 50px;
+  }
 }
 }
 
 
 .content-iframe {
 .content-iframe {