lanceJiang před 1 rokem
rodič
revize
4ab8023d5d

+ 19 - 17
src/layout/components/Header/components/SearchMenu.vue

@@ -98,26 +98,28 @@ const handleClickMenu = (menuItem: AppRouteRecordRaw | Record<string, any>) => {
 .menu--search-wrap {
 	height: 100%;
 }
-:deep {
-	.el-dialog {
-		background-color: rgb(0 0 0 / 50%);
-		border-radius: 0 !important;
-		box-shadow: unset !important;
-		.el-dialog__header {
-			border-bottom: none !important;
-		}
-		.el-autocomplete {
-			position: absolute;
-			top: 100px;
-			left: 50%;
-			width: 550px;
-			transform: translateX(-50%);
-			.el-input__wrapper {
-				background-color: var(--el-bg-color);
-			}
+:deep(.el-dialog) {
+	background-color: rgb(0 0 0 / 50%);
+	border-radius: 0 !important;
+	box-shadow: unset !important;
+	.el-dialog__header {
+		border-bottom: none !important;
+	}
+	.el-autocomplete {
+		position: absolute;
+		top: 100px;
+		left: 50%;
+		width: 550px;
+		transform: translateX(-50%);
+		.el-input__wrapper {
+			background-color: var(--el-bg-color);
 		}
 	}
 }
+/*:deep {
+	.el-dialog {
+	}
+}*/
 .el-autocomplete__popper {
 	.icon {
 		position: relative;