mirror of
https://ghproxy.com/https://github.com/StreakingMan/solvable-sheep-game
synced 2025-05-23 22:56:09 +08:00
chore: 样式调整
This commit is contained in:
parent
9e6b9080e0
commit
3c8fc29dcf
|
@ -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'],
|
||||
};
|
||||
|
|
|
@ -49,6 +49,8 @@
|
|||
border-radius: 8px;
|
||||
border: 2px solid #444;
|
||||
transition: 0.3s;
|
||||
overflow: hidden;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.symbol-inner img {
|
||||
|
|
|
@ -6,5 +6,6 @@ export default defineConfig({
|
|||
plugins: [react()],
|
||||
server: {
|
||||
host: true,
|
||||
port: 5555,
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user