chore: 统一style标签的字段顺序
<style lang="scss" scope> **部分全局作用域未添加scope**
This commit is contained in:
@ -65,7 +65,7 @@ const selectedIcon = (iconName: string) => {
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
<style lang="scss" scoped>
|
||||
.el-scrollbar {
|
||||
max-height: calc(50vh - 100px) !important;
|
||||
overflow-y: auto;
|
||||
|
Reference in New Issue
Block a user