mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-24 03:39:01 +08:00
fix some demos
This commit is contained in:
parent
a68a2a62a3
commit
2498c24186
@ -15,6 +15,7 @@ html {
|
||||
|
||||
body {
|
||||
margin: 1rem;
|
||||
min-height: 10rem;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
|
@ -45,7 +45,7 @@ export default {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
<style lang="scss">
|
||||
.code-block {
|
||||
position: relative;
|
||||
|
||||
|
@ -150,7 +150,7 @@ export default {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
<style lang="scss">
|
||||
.divider {
|
||||
width: 2px;
|
||||
height: 1.25rem;
|
||||
|
@ -45,7 +45,7 @@ export default {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
<style lang="scss">
|
||||
.menu-item {
|
||||
width: 1.75rem;
|
||||
height: 1.75rem;
|
||||
|
@ -151,7 +151,7 @@ export default {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
<style lang="scss">
|
||||
.editor {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
@ -81,7 +81,7 @@ export default {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
<style lang="scss">
|
||||
.items {
|
||||
position: relative;
|
||||
border-radius: 0.25rem;
|
||||
|
Loading…
Reference in New Issue
Block a user