Quellcode durchsuchen

style: 修改iframe圆角

jiaxing.liao vor 1 Woche
Ursprung
Commit
caaa08a0bb
1 geänderte Dateien mit 4 neuen und 2 gelöschten Zeilen
  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;
   flex: 1;
   min-height: 0;
-  // overflow: hidden;
-  border-radius: 0 0 0 50px;
+
+  iframe {
+    border-radius: 0 0 0 50px;
+  }
 }
 
 .content-iframe {