mirror of
https://ghproxy.com/https://github.com/StreakingMan/solvable-sheep-game
synced 2025-05-24 04:16:07 +08:00
chore: 样式调整
This commit is contained in:
parent
9e6b9080e0
commit
3c8fc29dcf
|
@ -5,15 +5,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
'*.{[tj]s,[tj]sx,[cm]js}': [
|
'*.{[tj]s,[tj]sx,[cm]js}': ['eslint --fix'],
|
||||||
'eslint --fix'
|
'*.json': ['prettier --write'],
|
||||||
],
|
'*.{css,scss}': ['stylelint --fix'],
|
||||||
'*.json': [
|
|
||||||
'prettier --write'
|
|
||||||
],
|
|
||||||
|
|
||||||
'*.{css,scss}': [
|
|
||||||
'stylelint --fix'
|
|
||||||
]
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
|
@ -49,6 +49,8 @@
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
border: 2px solid #444;
|
border: 2px solid #444;
|
||||||
transition: 0.3s;
|
transition: 0.3s;
|
||||||
|
overflow: hidden;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.symbol-inner img {
|
.symbol-inner img {
|
||||||
|
|
|
@ -6,5 +6,6 @@ export default defineConfig({
|
||||||
plugins: [react()],
|
plugins: [react()],
|
||||||
server: {
|
server: {
|
||||||
host: true,
|
host: true,
|
||||||
|
port: 5555,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user