| | |
| | | <script> |
| | | |
| | | export default { |
| | | globalData: { |
| | | platform: "", |
| | | deviceModel: "", |
| | | osVersion: 0 |
| | | osVersion: 0, |
| | | sceneList: [], |
| | | curScene: { |
| | | scene_id: "", |
| | | proportion: 1, |
| | | img_proportion: 1, |
| | | max_x: 1, |
| | | max_y: 1, |
| | | min_x: 0, |
| | | min_y: 0, |
| | | img_x: 1, |
| | | img_y: 1, |
| | | } |
| | | }, |
| | | onLaunch: function() { |
| | | console.log('App Launch') |
| | |
| | | <style> |
| | | @import '@/fonts/fonticon/fonticon.css'; |
| | | @import 'ant-design-vue/dist/reset.css'; |
| | | |
| | | /*每个页面公共css */ |
| | | page { |
| | | background-color: #fff; |
| | |
| | | white-space: nowrap; |
| | | text-overflow: ellipsis; |
| | | } |
| | | |
| | | .uni-navbar-btn-text { |
| | | font-size: 32rpx; |
| | | } |