@@ -22,11 +22,11 @@ body{
}
.demo-wrapper{
background-color:#F8F8F8;
+ min-height:100vh;
.demo{
padding: 8px;
padding-top: 40px;
- min-height:100vh;
box-sizing:border-box;
.button-primary {
@@ -122,7 +122,7 @@ if (isProduction) {
webpackConfig.devServer = {
contentBase: path.resolve(__dirname, 'dist'),
compress: true, //gzip压缩
- // host:'10.0.39.18',
+ //host:'10.0.39.18',
historyApiFallback: true
};