按钮样式修改
正在显示
... | ... | @@ -5,6 +5,7 @@ |
"private": true, | ||
"dependencies": { | ||
"react": "^16.9.0", | ||
"react-app-polyfill": "^1.0.2", | ||
"react-dom": "^16.9.0", | ||
"react-router-dom": "^5.0.1", | ||
"react-scripts": "3.1.1", | ||
... | ... | @@ -23,12 +24,14 @@ |
"production": [ | ||
">0.2%", | ||
"not dead", | ||
"not op_mini all" | ||
"not op_mini all", | ||
"ie 11" | ||
], | ||
"development": [ | ||
"last 1 chrome version", | ||
"last 1 firefox version", | ||
"last 1 safari version" | ||
"last 1 safari version", | ||
"ie 11" | ||
] | ||
} | ||
} |
请
注册
或者
登录
后发表评论