浏览代码

Merge branch 'dev' of https://github.com/jdf2e/nutui into dev

zhenyulei 7 年之前
父节点
当前提交
f029a084a8
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/demo.vue
  2. 1 1
      webpack.config.js

+ 1 - 1
src/demo.vue

@@ -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 {

+ 1 - 1
webpack.config.js

@@ -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
     };
 }