Parcourir la source

Merge branch 'tj-user' into test

zqwang il y a 1 an
Parent
commit
7f46d62666
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/notice/mynotice/index.vue

+ 1 - 1
src/views/notice/mynotice/index.vue

@@ -206,6 +206,6 @@ onMounted(async () => {
 	width: 18px;
 }
 .h-full{
-	height: calc(60vh);
+	height: calc(75vh);
 }
 </style>