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;