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>
<style>
.overlay-class {
p {
margin-bottom: 0;
}
.overlay-class p {
margin-bottom: 0;
}
</style>

Loading…
Cancel
Save