修改首页顶部button的padding值
This commit is contained in:
parent
b514902c95
commit
0f6698d6b9
@ -1,7 +1,7 @@
|
||||
const env = 'test'; //product, test
|
||||
export default {
|
||||
env: env,
|
||||
apiBase: env === 'test'? 'http://192.168.100.228' : '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',
|
||||
gameTypes: ['射击','格斗', '角色扮演','动作角色扮演',
|
||||
|
@ -1,5 +1,9 @@
|
||||
<style lang="less">
|
||||
@import "../style/index.wxss";
|
||||
.zan-btn--small {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
</style>
|
||||
<template>
|
||||
<view class="container">
|
||||
|
Loading…
x
Reference in New Issue
Block a user