Explorar el Código

😁调整el-form--inline模式时input默认宽度

zuohuaijun hace 2 años
padre
commit
f20a7f232c
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      Web/src/App.vue

+ 6 - 0
Web/src/App.vue

@@ -116,6 +116,12 @@ watch(
 		.el-select__wrapper {
 			line-height: 22px !important;
 		}
+		.el-date-editor {
+			--el-date-editor-width: 171px !important;
+		}
+		.el-input {
+			width: 171px !important;
+		}
 	}
 }
 </style>