Skip to content

Commit

Permalink
fix: add style scoped
Browse files Browse the repository at this point in the history
  • Loading branch information
Naccl committed Feb 4, 2023
1 parent 370c4ec commit 650d4eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blog-cms/src/views/pictureHosting/Setting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export default {
}
</script>

<style>
<style scoped>
.el-alert + .el-row, .el-row + .el-row {
margin-top: 20px;
}
Expand All @@ -207,4 +207,4 @@ export default {
.el-card + .el-card {
margin-top: 20px;
}
</style>
</style>

0 comments on commit 650d4eb

Please sign in to comment.