Pārlūkot izejas kodu

feat: SearchForm 弹窗 兼容手机端调整

lanceJiang 10 mēneši atpakaļ
vecāks
revīzija
8d199f6185

+ 1 - 0
src/styles/lance-element-ui.scss

@@ -20,6 +20,7 @@
 	//max-height: calc(100% - 48px);
 	max-height: calc(100% - 24px);
 	max-width: calc(100% - 24px);
+	min-width: 340px;
 }
 .#{$prefix}dialog {
 	&.el-dialog {

+ 5 - 0
src/styles/lance-element/searchForm.scss

@@ -81,12 +81,17 @@
 	}
 	&-flex {
 		display: flex;
+		align-items: flex-start;
 		.action-wrap {
 			//padding-left: 12px;
 			margin-top: 10px;
 			display: inline-flex;
 			flex-wrap: wrap;
 			justify-content: flex-end;
+			gap: 10px;
+			.el-button + .el-button {
+				margin-left: 0;
+			}
 			.el-button--default {
 				padding: 8px;
 			}