2 Commitit 07ef74fc5f ... b495c45d37

Tekijä SHA1 Viesti Päivämäärä
  lsc b495c45d37 Merge branch 'beta' of https://git.cocorobo.cn/CocoRoboLabs/pbl-student-table into beta 4 päivää sitten
  lsc 1c53971291 update 4 päivää sitten
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      src/components/pptEasyClass/index.vue

+ 2 - 2
src/components/pptEasyClass/index.vue

@@ -309,7 +309,7 @@ export default {
 
 .pec_header {
   width: 100%;
-  height: 50px;
+  height: 60px;
   background: #FCCF00;
   box-sizing: border-box;
   display: flex;
@@ -436,7 +436,7 @@ export default {
 
 .pec_content {
   width: 100%;
-  height: calc(100% - 50px);
+  height: calc(100% - 60px);
   border-radius: 0 0 12px 12px;
   background-color: #fff;
 }