优化登录页样式污染

This commit is contained in:
gyq
2024-09-24 15:26:55 +08:00
parent e5eeb7c1ce
commit dc758120c4
3 changed files with 3 additions and 3 deletions

View File

@@ -198,7 +198,7 @@ export default {
}
</script>
<style rel="stylesheet/scss" lang="scss">
<style scoped lang="scss">
.login {
display: flex;
justify-content: flex-end;

View File

@@ -197,7 +197,7 @@ export default {
}
</script>
<style rel="stylesheet/scss" lang="scss">
<style scoped lang="scss">
.avatar {
width: 120px;
height: 120px;

View File

@@ -476,7 +476,7 @@ export default {
}
</script>
<style rel="stylesheet/scss" lang="scss" scoped>
<style scoped lang="scss" scoped>
::v-deep .vue-treeselect__control,::v-deep .vue-treeselect__placeholder,::v-deep .vue-treeselect__single-value {
height: 30px;
line-height: 30px;