Просмотр исходного кода

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

zuohuaijun 2 лет назад
Родитель
Сommit
a5d773c2ff
1 измененных файлов с 1 добавлено и 1 удалено
  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;
 		}
 	}
 }