Skip to content

Commit 28098cf

Browse files
committed
fix: 修复样式覆盖问题
1 parent 9f632a3 commit 28098cf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

web/src/management/pages/list/components/ModifyDialog.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export default {
130130
}
131131
</script>
132132

133-
<style lang="scss" rel="lang/scss" scoped>
133+
<style lang="scss" scoped>
134134
.base-form-root {
135135
padding: 20px;
136136
}

web/src/management/pages/list/components/MoreTool.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const call = (t) => {
5353
})
5454
}
5555
</script>
56-
<style lang="scss" rel="stylesheet/scss">
56+
<style lang="scss" scoped>
5757
.el-popover.more-tool_popper {
5858
min-width: 80px;
5959
padding: 8px 3px;

web/src/management/pages/list/components/SpaceModify.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ const handleAdd = async () => {
154154
}
155155
</script>
156156

157-
<style lang="scss" rel="lang/scss" scoped>
157+
<style lang="scss" scoped>
158158
.base-form-root {
159159
padding: 20px;
160160
}

0 commit comments

Comments
 (0)