lsc 2 years ago
parent
commit
0207582e35

+ 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.97ed50b73fea50bbf7d44cdc661f5104.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.53e4a8d650add296ebf0.js></script></body></html><script>document.domain = "cocorobo.cn"</script>
+    }</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>

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


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/css/app.97ed50b73fea50bbf7d44cdc661f5104.css.map


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


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


+ 2 - 2
src/components/index.vue

@@ -3,7 +3,7 @@
     <div class="pb_content_body">
       <div class="student_head">
         <!-- <img src="../assets/banner.png" alt="" /> -->
-        <el-carousel trigger="click" style="width: 100%; height: 300px">
+        <el-carousel trigger="click" style="width: 100%; height: 100%">
           <el-carousel-item v-for="item in bannerList" :key="item.id">
             <!-- <h3 class="small">{{ item }}</h3> -->
             <img class="imgS" :src="item.poster" alt="" />
@@ -516,7 +516,7 @@ export default {
 }
 .student_head {
   width: 100%;
-  height: 30%;
+  /* height: 30%; */
 }
 
 .textOverflow {

+ 7 - 6
src/components/study.vue

@@ -3636,23 +3636,23 @@ export default {
     flex-direction: column !important;
     align-items: center !important;
   }
-  .courseIndex {
+  /* .courseIndex {
     width: 43% !important;
-  }
+  } */
   .courseIndex > div:first-child(2) {
     width: 50px !important;
   }
-  .pb_left{
+  /* .pb_left{
     position: unset !important;
     height: auto !important;
   }
   .body_student{
     position: unset !important;
     width:600px !important;
-  }
-  .btnAll{
+  } */
+  /* .btnAll{
     width: 55% !important;
-  }
+  } */
   .taskBox{
     width: 550px !important;
   }
@@ -4587,6 +4587,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