diff --git a/app.js b/app.js index 554ad14..ea612ac 100644 --- a/app.js +++ b/app.js @@ -1,6 +1,6 @@ //app.js App({ - evn: 0, // 0: 开发版本;1:测试版本;2:生产版本 + evn: 1, // 0: 开发版本;1:测试版本;2:生产版本 tmplIds: ['AFoM5TOfsgERsfcetNSB0UlmEixnLF1ySXr54Bqno2M', 'lOQ8Gvyy_dTk68bYGpRVnVA0M7DsYYrV81Gd39GUPBA'], version: '2.4.0', xAppId: '503258978847953926', diff --git a/components/sidebar/index.wxss b/components/sidebar/index.wxss index ba3ba94..f59766e 100644 --- a/components/sidebar/index.wxss +++ b/components/sidebar/index.wxss @@ -1 +1 @@ -@import '../common/index.wxss';.van-sidebar{width:85px;width:var(--sidebar-width,85px)} \ No newline at end of file +@import '../common/index.wxss';.van-sidebar{width:100%} \ No newline at end of file