lsc 1 month ago
parent
commit
013458ab3c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/classRoomHelper/component/workFlowIframe.vue

+ 1 - 1
src/components/classRoomHelper/component/workFlowIframe.vue

@@ -53,7 +53,7 @@ export default {
   width: 100%;
   height: 100%;
   position: relative;
-  border-radius: 10px;
+  border-radius: 10px 0 0 10px;
   overflow: hidden;
 }