Browse Source

实时课程

lsc 2 years ago
parent
commit
f959037be4

+ 1 - 1
dist/index.html

@@ -25,4 +25,4 @@
       height: 100%;
       width: 100%;
       background: #e6eaf0;
-    }</style><link href=./static/css/app.5044da606181cf897d51556d458f2057.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.39a9f69d36ef7d211bbe.js></script><script type=text/javascript src=./static/js/vendor.f7ddaba5bf8a6e79ba40.js></script><script type=text/javascript src=./static/js/app.fadf06b63fa731370004.js></script></body></html><script>document.domain = document.domain.split(".").slice(-2).join(".");</script>
+    }</style><link href=./static/css/app.213e581b32f061f71782065c8f3757ed.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.39a9f69d36ef7d211bbe.js></script><script type=text/javascript src=./static/js/vendor.f7ddaba5bf8a6e79ba40.js></script><script type=text/javascript src=./static/js/app.a3fa0b69918153e03624.js></script></body></html><script>document.domain = document.domain.split(".").slice(-2).join(".");</script>

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


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


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


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


+ 23 - 6
src/components/pages/liveRoom.vue

@@ -50,7 +50,7 @@
                 <span>D</span>
               </div>
             </div>
-          </div> -->
+          </div>-->
           <div class="answerBox" v-if="isBlock == 1 || isBlock == 6">
             <div class="memberBox" v-if="isBlock == 1">
               <div
@@ -498,6 +498,7 @@
                 <div class="workName">{{ w.sName }}</div>
               </div>
               <div class="workRight">{{ w.time }}</div>
+              <div class="workBtn">查看评价</div>
             </div>
           </div>
         </div>
@@ -1238,27 +1239,31 @@ export default {
 .works {
   width: 31%;
   border: 1px solid #ececec;
-  height: 160px;
+  /* height: 160px; */
   margin: 0 10px 10px 0;
   /* cursor: pointer; */
+  min-width: 180px;
 }
 .workImg {
-  width: 214px;
+  /* width: 214px; */
   height: 117px;
 }
 .workDetail {
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
-  align-items: center;
+  align-items: flex-start;
   justify-content: space-between;
-  padding-top: 8px;
+  padding: 8px 0 0;
+  flex-direction: column;
 }
 .workLeft {
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
   align-items: center;
+  width: 100%;
+  padding: 0px 5px;
 }
 .workTx {
   width: 25px;
@@ -1270,8 +1275,20 @@ export default {
 .workRight {
   font-size: 14px;
   color: #ccc;
-  padding-right: 10px;
+  margin: 0 0 3px;
+  padding: 0 5px;
+  width: 100%;
+}
+
+.workBtn {
+  width: 100%;
+  background: rgb(110 145 203);
+  color: #fff;
+  cursor: pointer;
+  text-align: center;
+  padding: 5px 0;
 }
+
 .returnButton {
   position: absolute;
   bottom: 20px;

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