2022年9月19日
摘要: 方式一:页面自定义 html <span>{{level[ces.level]}}</span> ts level = { 1: '等级1', 2: '等级2', 3: '等级3', } ces = { level: 1, name: 等级测试 } 方式二:字典自定义 html <span>{{le 阅读全文
posted @ 2022-09-19 13:59 镜亦亦 阅读(103) 评论(0) 推荐(0)
  2020年7月5日
摘要: 1、灰色字段实现方法 placeholder 提供可描述输入字段预期值的提示信息(hint)。该提示会在输入字段为空时显示,并会在字段获得焦点时消失 意思就是,在未点击的时候,显示“text”内容,点击后,空白 <input class="input" type="text" placeholder 阅读全文
posted @ 2020-07-05 13:59 镜亦亦 阅读(57) 评论(0) 推荐(0)
摘要: 从iconfont中下载的图标,添加到界面中去。 因为列表内容多,所以使用了{{}}表达式,在data中加入各个变量值。 但是图片不太好加,于是去找了很多教程和攻略,最后发现了https://blog.csdn.net/qq_36485978/article/details/87165308。 学习 阅读全文
posted @ 2020-07-05 10:05 镜亦亦 阅读(240) 评论(0) 推荐(0)