Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions frontend/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
**/*.sh

/public/*
/src/assets/iconfont/**
2 changes: 0 additions & 2 deletions frontend/.prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ module.exports = {
trailingComma: 'all',
// 大括号内的首尾需要空格 { foo: bar }
bracketSpacing: true,
// jsx 标签的反尖括号需要换行
jsxBracketSameLine: false,
// 箭头函数,只有一个参数的时候,也需要括号
arrowParens: 'always',
// 每个文件格式化的范围是文件的全部内容
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/styles/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ html {
}

.node-dashboard-card {
.header {
.header {
display: flex;
justify-content: space-between;
align-items: center;
Expand Down Expand Up @@ -389,4 +389,4 @@ html {
align-items: center;
}
}
}
}
2 changes: 1 addition & 1 deletion frontend/src/styles/reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ body,
.el-alert__title {
display: flex;
align-items: center;
}
}
Loading