lsc 2 years ago
parent
commit
230643a102

+ 1 - 1
dist/index.html

@@ -18,4 +18,4 @@
       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.7f54066de7e5f6c7387eec58cacecd0c.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.2f67952e7fcc55561412.js></script><script type=text/javascript src=./static/js/app.7ce3bb206b15f3c219b3.js></script></body></html><script>document.domain = "cocorobo.cn"</script>
+    }</style><link href=./static/css/app.22544e65192b2635a607b0fd96e13326.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.2f67952e7fcc55561412.js></script><script type=text/javascript src=./static/js/app.679a6626ae5248e28995.js></script></body></html><script>document.domain = "cocorobo.cn"</script>

File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.22544e65192b2635a607b0fd96e13326.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.22544e65192b2635a607b0fd96e13326.css.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.7f54066de7e5f6c7387eec58cacecd0c.css.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.679a6626ae5248e28995.js


+ 3 - 1
src/components/courseDetail.vue

@@ -396,10 +396,11 @@ export default {
   flex-direction: column;
   margin-left: 30px;
   align-items: flex-start;
+  width: calc(100% - 350px);
 }
 .right_box_title {
   font-size: 23px;
-  width: 150px;
+  max-width: calc(100% - 190px);
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
@@ -618,6 +619,7 @@ export default {
   flex-direction: row;
   flex-wrap: nowrap;
   align-items: center;
+  width: calc(100% - 20px);
 }
 
 .jd {

+ 5 - 3
src/components/studyStudent.vue

@@ -3328,9 +3328,9 @@ export default {
 
 <style scoped>
 @media screen and (max-width: 1024px) {
-  .courseIndex > div:first-child(2) {
+  /* .courseIndex > div:first-child(2) {
     width: 15% !important;
-  }
+  } */
   .navText {
     width: 120px !important;
   }
@@ -3858,12 +3858,13 @@ export default {
   display: flex;
   flex-direction: row;
   align-items: center;
+  width: calc(100% - 350px);
 }
 .courseIndex > div:nth-child(1) {
   margin: 0 20px;
   padding-left: 5px;
   font-size: 24px;
-  width: 100px;
+  min-width: 100px;
   font-weight: bold;
   border-left: 4px solid #3363b9;
   height: 35px;
@@ -4269,6 +4270,7 @@ export default {
   justify-content: flex-start;
   padding: 0 10px;
   width: 100%;
+  box-sizing:border-box;
 }
 .navTaskname {
   white-space: nowrap;

Some files were not shown because too many files changed in this diff