yuanchao 3 долоо хоног өмнө
parent
commit
7649d7c823

+ 2 - 2
src/views/pms/iotopeationfill/index1.vue

@@ -435,7 +435,7 @@ onMounted(() => {
 
 .scrollable-form {
   /* 设置最大高度,超过这个高度会出现滚动条 */
-  max-height: 700px; /* 根据你的需求调整 */
+  max-height: 500px; /* 根据你的需求调整 */
   /* 超出部分显示垂直滚动条 */
   overflow-y: auto;
   /* 可选:添加内边距和边框美化 */
@@ -461,7 +461,7 @@ onMounted(() => {
 
 .scrollable-form::-webkit-scrollbar-thumb:hover {
   background: #a8a8a8;
-}s
+}