SanHQin 9 月之前
父節點
當前提交
89c7bfd1e1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/classRoomHelper/index.vue

+ 1 - 1
src/components/classRoomHelper/index.vue

@@ -505,7 +505,7 @@ export default {
   flex-direction: column;
   align-items: center;
 	overflow-y: auto !important; /* 上下溢出显示滚动条 */
-	overflow-x: visible !important; /* 左右溢出正常溢出 */
+	overflow-x: hidden !important; /* 左右溢出正常溢出 */
   position: relative;
 }