摘要: (1) 新建组件 新建组件目录下的文件名字可以与目录不一样 (2)引用组件 在引用的组件的 .json 添加配置 { "usingComponents": { "like-cmp": "/components/like/index", } } "/components/like/index" : 组 阅读全文
posted @ 2019-07-28 18:21 1点 阅读(295) 评论(0) 推荐(0) 编辑
摘要: css : view 相当于 div 块级元素 display 默认设置 block display:inline 设置后 设置宽度高度是无效的 要设置宽度高度 又要设置为行内元素 我们设置: (1)display:inline-block; width:100px; height:100px; ( 阅读全文
posted @ 2019-07-28 16:00 1点 阅读(247) 评论(0) 推荐(0) 编辑