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;