修改首页顶部button的padding值

This commit is contained in:
zhl 2019-03-22 11:37:49 +08:00
parent b514902c95
commit 0f6698d6b9
2 changed files with 5 additions and 1 deletions

View File

@ -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: ['射击','格斗', '角色扮演','动作角色扮演',

View File

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