摘要: 1.单行:外部容器应加overflow: hidden;否则不显示省略号 2.多行 转: https://blog.csdn.net/z2516305651/article/details/80852726 阅读全文
posted @ 2018-12-11 13:53 与f 阅读(2738) 评论(0) 推荐(0)
摘要: 介绍template是微信小程序提供的模板,可以在模板中定义代码片段,然后在不同的地方调用。 简单使用定义template因为项目中可能会需要到不止一个template,所以最好新建一个文件夹来存放template相关的文件。注意这里只是单独的创建各个文件,并不是创建Page或者Component. 阅读全文
posted @ 2018-12-11 09:08 与f 阅读(3517) 评论(0) 推荐(0)