14 Star 99 Fork 3

HawkLu / hlUploadImg

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
App.vue 737 Bytes
一键复制 编辑 原始数据 按行查看 历史
HawkLu 提交于 2021-01-08 10:39 . 1.修复安卓APP异常bug
<script>
export default {
onLaunch: function() {
console.log('App Launch')
},
onShow: function() {
console.log('App Show')
},
onHide: function() {
console.log('App Hide')
}
}
</script>
<style>
/*每个页面公共css */
view,text,button,textarea{
box-sizing: border-box;
}
.upBox{
width: 100%;
padding: 20upx 30upx;
display: flex;
flex-direction: column;
align-items: stretch;
}
.rowTitle{
margin-bottom: 20upx;
margin-top: 40upx;
font-size: 28upx;
}
.mark{
font-size: 28upx;
font-weight: bold;
}
.markDetail{
font-size: 28upx;
color: #333333;
}
.myBtn{
margin: 0;
padding: 0;
background:#409EFF;
color: #FFFFFF;
box-sizing: border-box;
border: none;
}
</style>
JavaScript
1
https://gitee.com/nineteen19/hl-upload-img-uniapp.git
git@gitee.com:nineteen19/hl-upload-img-uniapp.git
nineteen19
hl-upload-img-uniapp
hlUploadImg
master

搜索帮助