lsc 2 年之前
父節點
當前提交
f3af92806c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/courseDetail.vue

+ 1 - 1
src/components/courseDetail.vue

@@ -1362,7 +1362,7 @@ export default {
 
 .rightTd,
 .noBRight {
-  width: 84%;
+  width: calc(100% - 14% - 10px);
   background: #fff;
   display: flex;
   flex-direction: row;