zhoujs 1 bulan lalu
induk
melakukan
4cf1c2dea8

+ 2 - 0
src/components/newBottomCom/viewCareful/viewCareful.scss

@@ -3,6 +3,7 @@
 	width: auto;
 	box-sizing: border-box;
 	z-index: 12;
+    height:calc(100% - 130px);
 }
 .grid{
 	display: grid;
@@ -20,6 +21,7 @@
 .scroll-view{
 	overflow-y: auto;
 	margin-top:30px;
+    height: 100%;
 }
 .careful-item .item-top {
 	font-family: "Verdana Bold";

+ 2 - 0
src/components/newQCCom/viewCareful/viewCareful.scss

@@ -3,6 +3,7 @@
 	width: auto;
 	box-sizing: border-box;
 	z-index: 12;
+    height:calc(100% - 130px);
 }
 .grid{
 	display: grid;
@@ -20,6 +21,7 @@
 .scroll-view{
 	overflow-y: auto;
 	margin-top:30px;
+    height: 100%;
 }
 .careful-item .item-top {
 	font-family: "Verdana Bold";