chore: 样式调整

This commit is contained in:
streakingman 2022-09-19 10:57:26 +08:00
parent 9e6b9080e0
commit 3c8fc29dcf
3 changed files with 6 additions and 11 deletions

View File

@ -5,15 +5,7 @@
*/
module.exports = {
'*.{[tj]s,[tj]sx,[cm]js}': [
'eslint --fix'
],
'*.json': [
'prettier --write'
],
'*.{css,scss}': [
'stylelint --fix'
]
'*.{[tj]s,[tj]sx,[cm]js}': ['eslint --fix'],
'*.json': ['prettier --write'],
'*.{css,scss}': ['stylelint --fix'],
};

View File

@ -49,6 +49,8 @@
border-radius: 8px;
border: 2px solid #444;
transition: 0.3s;
overflow: hidden;
user-select: none;
}
.symbol-inner img {

View File

@ -6,5 +6,6 @@ export default defineConfig({
plugins: [react()],
server: {
host: true,
port: 5555,
},
});