6 Star 1 Fork 0

霉菌/retail-h5_vue2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
App.vue 1.29 KB
一键复制 编辑 原始数据 按行查看 历史
霉菌 提交于 2023-03-24 15:40 . ios 点击问题
<script>
export default {
onLaunch: function() {
console.log('App Launch')
},
onShow: function() {
console.log('App Show')
},
onHide: function() {
console.log('App Hide')
}
}
</script>
<style lang="scss">
// @import "./uni_modules/vk-uview-ui/index.scss";
@import "uview-ui/index.scss";
page{
background-color: #f8f8f8;
height: 100%;
width: 100%;
box-sizing: content-box;
display: flex;
flex-direction: column;
}
.page{
height: 100vh;
display: flex;
flex-direction: column;
}
.body-scroll{
flex: 1;
height: 100rpx;
}
.container{
width: 100%;
height: 100vh;
}
.flex-row {
display: flex;
flex-direction: row;
}
.flex-row-center {
display: flex;
flex-direction: row;
align-items: center;
}
.flex-column {
display: flex;
flex-direction: column;
}
.flex-column-center {
display: flex;
flex-direction: column;
align-items: center;
}
.text-line-1 {
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.text-line-2 {
display: -webkit-box;
word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
</style>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liuxuliang_lxl/retail-h5_vue2.git
git@gitee.com:liuxuliang_lxl/retail-h5_vue2.git
liuxuliang_lxl
retail-h5_vue2
retail-h5_vue2
master

搜索帮助