Browse Source

移除v-deep

zhengnaiwen_citu 1 year ago
parent
commit
332c0425da
1 changed files with 1 additions and 4 deletions
  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>