lsc 1 年之前
父節點
當前提交
d1a1fa4ba6

+ 1 - 1
dist/index.html

@@ -18,7 +18,7 @@
       border-radius: 10px;
       -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
       background-color: rgba(0, 0, 0, 0.1);
-    }</style><link href=./static/css/app.7bb5b2c1411ce57367d13ff384dd7d18.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.99a913bcc02dad4e392a.js></script><script type=text/javascript src=./static/js/app.c5342fcf7b8eb11214c9.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.21799a67e5d00425237320af27c70d21.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.99a913bcc02dad4e392a.js></script><script type=text/javascript src=./static/js/app.4c032b6bc3aae1f24f56.js></script></body></html><script>function stopSafari() {
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {

文件差異過大導致無法顯示
+ 0 - 0
dist/static/css/app.21799a67e5d00425237320af27c70d21.css


文件差異過大導致無法顯示
+ 0 - 0
dist/static/css/app.21799a67e5d00425237320af27c70d21.css.map


文件差異過大導致無法顯示
+ 0 - 0
dist/static/css/app.7bb5b2c1411ce57367d13ff384dd7d18.css


文件差異過大導致無法顯示
+ 0 - 0
dist/static/css/app.7bb5b2c1411ce57367d13ff384dd7d18.css.map


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/app.4c032b6bc3aae1f24f56.js


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/app.4c032b6bc3aae1f24f56.js.map


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/app.c5342fcf7b8eb11214c9.js


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/manifest.3ad1d5771e9b13dbdad2.js.map


+ 2 - 1
src/components/courseDetail.vue

@@ -205,7 +205,7 @@
         <div class="student_body">
           <div class="sLeft" v-if="courseDetail.brief">
             <div class="courseT">课程详情</div>
-            <div class="courseTd">{{ courseDetail.brief }}</div>
+            <div class="courseTd" v-html="courseDetail.brief"></div>
           </div>
           <div :class="courseDetail.brief != '' ? 'rightTd' : 'noBRight'">
             <div v-if="tType == 1 || tType == 4" class="checkBox">
@@ -2474,6 +2474,7 @@ export default {
   height: 700px;
   overflow: auto;
   word-break: break-word;
+  white-space: pre-line;
 }
 
 .courseTd::-webkit-scrollbar {

+ 6 - 4
src/components/easy2/studyStudent.vue

@@ -20159,7 +20159,8 @@ export default {
   background: #f2f2f2;
   border: 1px solid #ececec;
   /* width: 38.8%; */
-  width: 300px;
+  /* width: 300px; */
+  width: 100%;
   height: 445px;
   border-radius: 10px;
   overflow: hidden;
@@ -20618,7 +20619,7 @@ export default {
 }
 
 .navListItem {
-  width: 280px;
+  width: calc(100% - 20px);
   height: 50px;
   margin: 0px auto 10px;
   display: flex;
@@ -23038,13 +23039,14 @@ ol {
   padding-top: 15px;
 }
 .fileC_box > .fileC_title {
-  padding: 10px 5px 14px 11px;
+  padding: 10px 5px 14px 10px;
   border-top: 1px solid #cad1dc;
   font-size: 14px;
   font-weight: 400;
   color: #cad1dc;
-  width: 88%;
+  width: calc(100% - 20px);
   margin: 0 auto;
+  box-sizing: border-box;
 }
 
 .pl_select_box {

+ 6 - 4
src/components/easy3/studyStudent.vue

@@ -20150,7 +20150,8 @@ export default {
   background: #f2f2f2;
   border: 1px solid #ececec;
   /* width: 38.8%; */
-  width: 300px;
+  /* width: 300px; */
+  width: 100%;
   height: 445px;
   border-radius: 10px;
   overflow: hidden;
@@ -20609,7 +20610,7 @@ export default {
 }
 
 .navListItem {
-  width: 280px;
+  width: calc(100% - 20px);
   height: 50px;
   margin: 0px auto 10px;
   display: flex;
@@ -23029,13 +23030,14 @@ ol {
   padding-top: 15px;
 }
 .fileC_box > .fileC_title {
-  padding: 10px 5px 14px 11px;
+  padding: 10px 5px 14px 10px;
   border-top: 1px solid #cad1dc;
   font-size: 14px;
   font-weight: 400;
   color: #cad1dc;
-  width: 88%;
+  width: calc(100% - 20px);
   margin: 0 auto;
+  box-sizing: border-box;
 }
 
 .pl_select_box {

+ 6 - 4
src/components/studyStudent.vue

@@ -20123,7 +20123,8 @@ export default {
   background: #f2f2f2;
   border: 1px solid #ececec;
   /* width: 38.8%; */
-  width: 300px;
+  /* width: 300px; */
+  width: 100%;
   height: 445px;
   border-radius: 10px;
   overflow: hidden;
@@ -20582,7 +20583,7 @@ export default {
 }
 
 .navListItem {
-  width: 280px;
+  width: calc(100% - 20px);
   height: 50px;
   margin: 0px auto 10px;
   display: flex;
@@ -23003,13 +23004,14 @@ ol {
   padding-top: 15px;
 }
 .fileC_box > .fileC_title {
-  padding: 10px 5px 14px 11px;
+  padding: 10px 5px 14px 10px;
   border-top: 1px solid #cad1dc;
   font-size: 14px;
   font-weight: 400;
   color: #cad1dc;
-  width: 88%;
+  width: calc(100% - 20px);
   margin: 0 auto;
+  box-sizing: border-box;
 }
 
 .pl_select_box {

部分文件因文件數量過多而無法顯示