当前位置:网站首页>Harmonyos third training notes
Harmonyos third training notes
2022-07-03 07:41:00 【A beginner of Science】
Reproduce the screenshot of the first page

cookbook Related codes
<element name= "cb-swiper" src="./swiper/swiper"></element>
<element name= "cb-hotcate" src="./hotcate/hotcate"></element>
<div class= "cb-container">
<div class="cb-title">
<text> Food collection </text>
</div>
<div class="cb-body">
<list>
<list-item class="cb-body-item">
<cb-swiper list="{
{list}}"></cb-swiper>
</list-item>
<list-item class="cb-body-item">
<cb-hotcate></cb-hotcate>
</list-item>
</list>
</div>
</div>.cb-container {
flex-direction: column ;
}
.cb-body {
flex: 1;
}
.cb-body-item{
flex-direction: column;
}
.cb-title {
width: 100%;
height: 44px;
justify-content: center;
align-items: center;
background-color: #ee742f;
}
text{
font-size: 16px;
font-weight: normal;
color:#fff;
}// @ts-nocheck
import list from '../../../common/data/cook-list.json';
export default {
data: {
list: []
} ,
onInit() {
this.list=list.data
}
}边栏推荐
- Leetcode 213: looting II
- Leetcode 198: 打家劫舍
- Why is data service the direction of the next generation data center?
- 华为S5700交换机初始化和配置SSH和TELNET远程登录方法
- go语言-循环语句
- Technical dry goods Shengsi mindspire lite1.5 feature release, bringing a new end-to-end AI experience
- Pgadmin 4 v6.11 release, PostgreSQL open source graphical management tool
- c语言指针的概念
- Implementation of breadth first in aggregation in ES
- 技术干货|昇思MindSpore初级课程上线:从基本概念到实操,1小时上手!
猜你喜欢

技术干货|利用昇思MindSpore复现ICCV2021 Best Paper Swin Transformer

UA camouflage, get and post in requests carry parameters to obtain JSON format content

Leetcode 213: looting II

Epoll related references

Go language foundation ----- 05 ----- structure

Lucene hnsw merge optimization

Use of other streams

项目经验分享:基于昇思MindSpore实现手写汉字识别

【MySQL 14】使用DBeaver工具远程备份及恢复MySQL数据库(Linux 环境)

项目经验分享:实现一个昇思MindSpore 图层 IR 融合优化 pass
随机推荐
Shengsi mindspire is upgraded again, the ultimate innovation of deep scientific computing
Lombok -- simplify code
An overview of IfM Engage
Go language foundation ----- 09 ----- exception handling (error, panic, recover)
密西根大学张阳教授受聘中国上海交通大学客座教授(图)
技术干货|百行代码写BERT,昇思MindSpore能力大赏
技术干货|昇思MindSpore可变序列长度的动态Transformer已发布!
【踩坑系列】mysql 修改root密码失败
【LeetCode】2. Valid Parentheses·有效的括号
【CoppeliaSim4.3】C#调用 remoteApi控制场景中UR5
Various postures of CS without online line
项目经验分享:实现一个昇思MindSpore 图层 IR 融合优化 pass
Go language foundation ----- 04 ----- closure, array slice, map, package
Vertx restful style web router
Understanding of class
Project experience sharing: realize an IR Fusion optimization pass of Shengsi mindspire layer
Common methods of file class
項目經驗分享:實現一個昇思MindSpore 圖層 IR 融合優化 pass
Logging log configuration of vertx
Application of pigeon nest principle in Lucene minshouldmatchsumscorer