08 2021 档案

摘要:子组件:import { Input, Output, EventEmitter } from '@angular/core'; @Component({ selector: 'child-select', templateUrl: './xxxx.component.html', styleUrl 阅读全文
posted @ 2021-08-27 16:58 小小菜鸟04 阅读(43) 评论(0) 推荐(0) 编辑
摘要:uuid中横杠替换掉 uuid函数,参考链接:https://blog.csdn.net/weixin_42585386/article/details/108224690 select uuid_generate_v4() 查询是一串数字加横杠 把横杠替换掉,用replace函数, 参考链接:ht 阅读全文
posted @ 2021-08-27 13:55 小小菜鸟04 阅读(1567) 评论(0) 推荐(0) 编辑
摘要:.img { max-width: 100%; height: auto;} 参考链接:https://www.runoob.com/css3/css3-images.html 阅读全文
posted @ 2021-08-19 15:54 小小菜鸟04 阅读(34) 评论(0) 推荐(0) 编辑
摘要:1、css .parentDiv { display:flex; flex-direction:row;} .childDiv {flex:1;} 2、html <div> <div class="parentDiv"> <div class="childDiv">Hello</div> <div 阅读全文
posted @ 2021-08-04 16:42 小小菜鸟04 阅读(1596) 评论(0) 推荐(0) 编辑

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