chore: 统一style标签的字段顺序
<style lang="scss" scope> **部分全局作用域未添加scope**
This commit is contained in:
@@ -87,7 +87,7 @@ const handleArray = (array: Array<string | number>) => {
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
<style lang="scss" scoped>
|
||||
.el-tag + .el-tag {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user