Skip to content

Commit

Permalink
fixbug: 修复样式问题
Browse files Browse the repository at this point in the history
  • Loading branch information
jsxiaosi committed Jan 22, 2022
1 parent 93719b9 commit 1363cc0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/layouts/pageLayouts/components/Seting/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
};
</script>

<style lang="scss">
<style lang="scss" scoped>
.drawer-content {
width: 100%;
height: 100%;
Expand Down
2 changes: 1 addition & 1 deletion src/views/editor/markdown/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
const html = computed(() => marked.parse(inputText.value));
</script>

<style lang="scss">
<style lang="scss" scoped>
.page-container {
height: 100%;
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion src/views/editor/richText/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
});
</script>

<style lang="scss">
<style lang="scss" scoped>
.innerHTML {
margin-top: 20px;
min-height: 50px;
Expand Down

0 comments on commit 1363cc0

Please sign in to comment.