lsc 5 dienas atpakaļ
vecāks
revīzija
1c53971291
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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;
 }