随笔 - 135  文章 - 0  评论 - 2  阅读 - 17万
08 2023 档案
用伪类的方式给div加分割线,确保每个div宽度相同
摘要:div1:not(:last-child) ::after { content: ''; display: block; width: 1px; height: 24px; background-color: rgb(224, 224, 224); position: absolute; right 阅读全文
posted @ 2023-08-30 16:13 稳住别慌 阅读(96) 评论(0) 推荐(0) 编辑
用一个字段去查找数组中对应的另一个字段的名称(特别是dom中的显示)
摘要:typeMap.get(row.type) let typeMap = new Map(); typeList.value.map((item: any) => { typeMap.set(item.name, item.description); }); 阅读全文
posted @ 2023-08-22 13:48 稳住别慌 阅读(20) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示