1 Star 0 Fork 0

杨超/dataMonitor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
App.vue 1.53 KB
一键复制 编辑 原始数据 按行查看 历史
杨超 提交于 2024-08-05 15:46 . 1
<script>
export default {
onLaunch: function() {
console.log('App Launch')
// this.checkUpdate()
},
onShow: function() {
console.log('App Show')
},
onHide: function() {
console.log('App Hide')
},
}
</script>
<style>
/*每个页面公共css */
.fd {
display: flex;
justify-content: space-between;
align-items: center;
}
.fda {
display: flex;
justify-content: space-between;
}
.fdtxt {
display: flex;
align-items: center;
justify-content: center;
}
.fdright {
display: flex;
align-items: center;
justify-content: right;
}
.fdb {
display: flex;
align-items: center;
}
.fl_en {
display: flex;
justify-content: flex-end
}
/*每个页面公共css */
@import "uview-ui/index.scss";
.bgF9F9F9 {
background: #F9F9F9;
}
.clear {
clear: both;
}
.help {
width: 100%;
height: 1rpx;
}
.help30 {
height: 100%;
height: 30rpx;
}
.fl_ju {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.kuang {
border-radius: 24rpx;
background-color: #fff;
padding: 32rpx;
box-sizing: border-box;
width: 90%;
margin: 20rpx auto;
box-shadow: 5px 5px 10px 1px #EBEBEB;
position: relative;
}
.kuang2 {
border-radius: 24rpx;
background-color: #fff;
padding: 32rpx;
box-sizing: border-box;
width: 100%;
margin: 20rpx auto;
box-shadow: 5px 5px 10px 1px #EBEBEB;
position: relative;
}
.fl_al {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.fl_al2 {
display: flex;
flex-wrap: wrap;
}
</style>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yc49994431/data-monitor.git
git@gitee.com:yc49994431/data-monitor.git
yc49994431
data-monitor
dataMonitor
master

搜索帮助