lsc 2 years ago
parent
commit
f3af92806c
1 changed files with 1 additions and 1 deletions
  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;