fix scoped link style
This commit is contained in:
@@ -61,15 +61,17 @@ export default {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss" scoped>
|
||||||
/* Basic editor styles */
|
/* Basic editor styles */
|
||||||
.ProseMirror {
|
::v-deep {
|
||||||
> * + * {
|
.ProseMirror {
|
||||||
margin-top: 0.75em;
|
> * + * {
|
||||||
}
|
margin-top: 0.75em;
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #68CEF8;
|
color: #68CEF8;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user