修改grid cell图片高度
This commit is contained in:
parent
2b96d3df24
commit
888f66178d
@ -1,7 +1,7 @@
|
|||||||
const env = 'product'; //product, test
|
const env = 'test'; //product, test
|
||||||
export default {
|
export default {
|
||||||
env: env,
|
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',
|
apiBase: env === 'test'? 'https://ghost-test.kingsome.cn' : 'https://ghost.kingsome.cn',
|
||||||
cdnBase: 'https://h5games-al.kingsome.cn/emulator-static/',
|
cdnBase: 'https://h5games-al.kingsome.cn/emulator-static/',
|
||||||
version: '1.0.0',
|
version: '1.0.0',
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
}
|
}
|
||||||
.grid-cell-item .item-image{
|
.grid-cell-item .item-image{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 300rpx;
|
height: 332rpx;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.grid-cell-item .bigstar{
|
.grid-cell-item .bigstar{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user