Skip to content

Commit 650d4eb

Browse files
committed
fix: add style scoped
1 parent 370c4ec commit 650d4eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blog-cms/src/views/pictureHosting/Setting.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ export default {
186186
}
187187
</script>
188188

189-
<style>
189+
<style scoped>
190190
.el-alert + .el-row, .el-row + .el-row {
191191
margin-top: 20px;
192192
}
@@ -207,4 +207,4 @@ export default {
207207
.el-card + .el-card {
208208
margin-top: 20px;
209209
}
210-
</style>
210+
</style>

0 commit comments

Comments
 (0)