소스 검색

移除v-deep

zhengnaiwen_citu 1 년 전
부모
커밋
332c0425da
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      src/plugins/snackbar/message.vue

+ 1 - 4
src/plugins/snackbar/message.vue

@@ -33,8 +33,5 @@ const snackbar = ref(true)
 
 </script>
 <style scoped>
-::v-deep .v-application__wrap {
-  height: 0;
-  min-height: 0;
-}
+
 </style>