2022年4月8日

vue系列---【vue中slot的使用方法】

摘要: src/view/child.vue <template> <div style="width:300px;height:50px';border:1px solid #333"> <h3>我是子组件</h3> <!-- 1-2 插入slot 即展示写入的内容 --> <!-- 插槽分类: 默认插槽 阅读全文

posted @ 2022-04-08 14:14 码农小小海 阅读(153) 评论(0) 推荐(0) 编辑

css系列---【css实现div超出隐藏出现省略号,鼠标悬浮显示效果】

摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文

posted @ 2022-04-08 09:13 码农小小海 阅读(1233) 评论(0) 推荐(0) 编辑

导航