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