소스 검색

fix(Profle): LESS /deep/ in wrong position

Owen Diffey 2 년 전
부모
커밋
fe5efa1a2a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      frontend/src/pages/Profile/index.vue

+ 1 - 1
frontend/src/pages/Profile/index.vue

@@ -412,7 +412,7 @@ export default {
 		}
 	}
 
-	.content /deep/ {
+	/deep/ .content {
 		width: 800px;
 		max-width: 100%;
 		background-color: var(--white);