Browse Source

😎调整模板打印页面按钮布局

zuohuaijun 1 năm trước cách đây
mục cha
commit
a5d773c2ff
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Web/src/views/system/print/component/editPrint.vue

+ 1 - 1
Web/src/views/system/print/component/editPrint.vue

@@ -147,7 +147,7 @@ defineExpose({ openDialog });
 			display: none !important;
 		}
 		.el-dialog__body {
-			max-height: calc(100vh - 45px) !important;
+			max-height: calc(100vh - 80px) !important;
 		}
 	}
 }