Skip to content

Commit

Permalink
fix: 修复样式覆盖问题
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoooooo committed Feb 5, 2025
1 parent 9f632a3 commit 28098cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion web/src/management/pages/list/components/ModifyDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export default {
}
</script>

<style lang="scss" rel="lang/scss" scoped>
<style lang="scss" scoped>
.base-form-root {
padding: 20px;
}
Expand Down
2 changes: 1 addition & 1 deletion web/src/management/pages/list/components/MoreTool.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const call = (t) => {
})
}
</script>
<style lang="scss" rel="stylesheet/scss">
<style lang="scss" scoped>
.el-popover.more-tool_popper {
min-width: 80px;
padding: 8px 3px;
Expand Down
2 changes: 1 addition & 1 deletion web/src/management/pages/list/components/SpaceModify.vue
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ const handleAdd = async () => {
}
</script>

<style lang="scss" rel="lang/scss" scoped>
<style lang="scss" scoped>
.base-form-root {
padding: 20px;
}
Expand Down

0 comments on commit 28098cf

Please sign in to comment.