修改grid cell图片高度

This commit is contained in:
zhl 2019-04-19 10:10:50 +08:00
parent 2b96d3df24
commit 888f66178d
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
const env = 'product'; //product, test
const env = 'test'; //product, test
export default {
env: env,
// apiBase: env === 'test'? 'http://192.168.100.226' : 'https://ghost.kingsome.cn',
// apiBase: env === 'test'? 'http://192.168.100.232' : 'https://ghost.kingsome.cn',
apiBase: env === 'test'? 'https://ghost-test.kingsome.cn' : 'https://ghost.kingsome.cn',
cdnBase: 'https://h5games-al.kingsome.cn/emulator-static/',
version: '1.0.0',

View File

@ -19,7 +19,7 @@
}
.grid-cell-item .item-image{
width: 100%;
height: 300rpx;
height: 332rpx;
position: relative;
}
.grid-cell-item .bigstar{