chore: 统一style标签的字段顺序

<style lang="scss" scope> **部分全局作用域未添加scope**
This commit is contained in:
yangxu52
2025-03-07 00:02:15 +08:00
parent 71b9d5d468
commit e98d43f50d
14 changed files with 14 additions and 22 deletions

View File

@ -130,7 +130,7 @@ defineExpose({
});
</script>
<style scoped lang="scss">
<style lang="scss" scoped>
.layout-search-dialog {
position: relative;
:deep(.el-dialog) {

View File

@ -65,7 +65,7 @@ onMounted(() => {
});
</script>
<style scoped lang="scss">
<style lang="scss" scoped>
.layout-navbars-breadcrumb-user-news {
.head-box {
display: flex;