mirror of
https://ghproxy.com/https://github.com/StreakingMan/solvable-sheep-game
synced 2026-07-29 17:04:32 +08:00
chore: 样式调整
This commit is contained in:
+3
-11
@@ -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,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user