浏览代码

移除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>