shish 2 жил өмнө
parent
commit
9271a709c3

+ 1 - 1
hd/src/sass/manage/auth1.vue

@@ -131,7 +131,7 @@ export default {
 		margin-left: 20px;
 		margin-bottom: 20px;
 	}
-	/deep/.custom-tree-node {
+	::v-deep.custom-tree-node {
 		margin-bottom: 4px;
 		.tree-btn-wrap {
 			margin-left: 100px;

+ 3 - 3
hd/src/views/goods/goods-add.vue

@@ -466,7 +466,7 @@ export default {
 }
 
 .cl-editor-quill {
-	/deep/ .editor {
+	::v-deep.editor {
 		height: 300px;
 	}
 }
@@ -483,7 +483,7 @@ export default {
 			.list-checkbox {
 				position: relative;
 				margin-bottom: 10px;
-				/deep/ .el-checkbox__input {
+				::v-deep.el-checkbox__input {
 					position: absolute;
 					top: 10px;
 					right: 10px;
@@ -500,7 +500,7 @@ export default {
 // 风格选择
 .style-modal-content {
 	width: 830px;
-	/deep/ .upload-wrap {
+	::v-deep.upload-wrap {
 		width: 60px !important;
 		height: 60px !important;
 	}

+ 1 - 1
hd/src/views/goods/summary.vue

@@ -71,7 +71,7 @@ export default {
 		margin: 0 10px;
 	}
 	.cl-editor-quill {
-		/deep/ .editor {
+		::v-deep.editor {
 			height: 300px;
 		}
 	}

+ 1 - 1
hd/src/views/setting/level.vue

@@ -141,7 +141,7 @@ export default {
 			text-align: center;
 		}
 		.level-img {
-			/deep/.vip-text {
+			::v-deep.vip-text {
 				left: 22px;
 			}
 		}

+ 1 - 1
hd/src/views/setting/set-password.vue

@@ -260,7 +260,7 @@
 				@include disFlex(center, center);
 				border-left: 2px solid $borderColor;
 				&.active {
-					/deep/.operate-module-line {
+					::v-deep.operate-module-line {
 						.operate-btn {
 							color: $mainColor;
 							.iconfont {

+ 1 - 1
hd/src/views/setting/wx-menu.vue

@@ -319,7 +319,7 @@
 				@include disFlex(center, center);
 				border-left: 2px solid $borderColor;
 				&.active {
-					/deep/.operate-module-line {
+					::v-deep.operate-module-line {
 						.operate-btn {
 							color: $mainColor;
 							.iconfont {

+ 2 - 2
hd/src/views/staff/operate.vue

@@ -152,10 +152,10 @@ export default {
 	.el-form-item {
 		margin-bottom: 0;
 	}
-	/deep/.el-form-item__label {
+	::v-deep.el-form-item__label {
 		line-height: 28px !important;
 	}
-	/deep/.el-form-item__content {
+	::v-deep.el-form-item__content {
 		line-height: 28px;
 	}
 	.picker-separate {