bianww 2 rokov pred
rodič
commit
7a2f22b23d
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/pages/main/departWorkLists/sheet.vue

+ 1 - 1
src/pages/main/departWorkLists/sheet.vue

@@ -597,7 +597,7 @@ export default {
     overflow: hidden;
 }
 .sheet-container-block_class{
-    height: 80%;
+    height: calc(100% - 96px);
     width: 100%;
 }
 </style>