Browse Source

修改页面空布局高度

newStyle
douzhuo 2 years ago
parent
commit
3a4b770d82
2 changed files with 6 additions and 2 deletions
  1. +4
    -0
      src/views/Statistics/ReceptionOverview.vue
  2. +2
    -2
      vue.config.js

+ 4
- 0
src/views/Statistics/ReceptionOverview.vue View File

@@ -1617,4 +1617,8 @@ export default {
.el-icon-caret-top {
color: #FF0000;
}

.nulllist {
height: 396px;
}
</style>

+ 2
- 2
vue.config.js View File

@@ -10,8 +10,8 @@
// const url = 'http://62.234.122.43:9999' //正式
// const url = 'http://81.70.55.170:9999' // 新测试服务器IP
// const url = 'http://192.168.31.89:9999' //sh
const url = 'https://zanyong.hfju.com' // 正式域名
// const url = 'http://81.70.55.170:9999' // 新测试
// const url = 'https://zanyong.hfju.com' // 正式域名
const url = 'http://81.70.55.170:9999' // 新测试
// const url = 'http://82.156.35.22:9999' // 新正式ip
const CompressionWebpackPlugin = require('compression-webpack-plugin')
const productionGzipExtensions = ['js', 'css']


Loading…
Cancel
Save