Browse Source

chore: fix build warning

main
刘凯 1 year ago
parent
commit
25c4c374da
  1. 6
      src/components/Basic/src/BasicHelp.vue

6
src/components/Basic/src/BasicHelp.vue

@ -89,9 +89,7 @@ export default defineComponent({
</script> </script>
<style> <style>
.overlay-class { .overlay-class p {
p { margin-bottom: 0;
margin-bottom: 0;
}
} }
</style> </style>

Loading…
Cancel
Save