zengyicheng 3 年之前
父節點
當前提交
c8077c9476

+ 1 - 1
dist/index.html

@@ -1 +1 @@
-<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><title>pbl-student</title><link href=./static/css/app.e5884d1bde1d2982e1a0e9ce892795d5.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.35062edb107d42aa0826.js></script><script type=text/javascript src=./static/js/app.2d817c5098b317622148.js></script></body></html>
+<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><title>pbl-student</title><link href=./static/css/app.dda9e2568fb1aca1e1c530ea18bce23f.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.35062edb107d42aa0826.js></script><script type=text/javascript src=./static/js/app.5e9067da358bfd086ae3.js></script></body></html>

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


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


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


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


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


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


+ 11 - 11
src/components/courseDetail.vue

@@ -448,19 +448,19 @@ export default {
   line-height: 0px;
   line-height: 0px;
 }
 }
 .blue_box_one > div:nth-child(1) {
 .blue_box_one > div:nth-child(1) {
-    line-height: 65px;
-    margin: 0 5px 0 10px;
-    width: 30%;
-    min-width: 60px;
+  line-height: 65px;
+  margin: 0 5px 0 10px;
+  width: 30%;
+  min-width: 70px;
 }
 }
 .blue_box_one > div:nth-child(2) {
 .blue_box_one > div:nth-child(2) {
-white-space: nowrap;
-    text-overflow: ellipsis;
-    overflow: hidden;
-    word-break: break-all;
-    width: 70%;
-    text-align: left;
-    max-width: calc(100% - 75px);
+  white-space: nowrap;
+  text-overflow: ellipsis;
+  overflow: hidden;
+  word-break: break-all;
+  width: 70%;
+  text-align: left;
+  max-width: calc(100% - 85px);
 }
 }
 .return {
 .return {
   background: rgb(238, 238, 238);
   background: rgb(238, 238, 238);

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