08 2021 档案
摘要:子组件:import { Input, Output, EventEmitter } from '@angular/core'; @Component({ selector: 'child-select', templateUrl: './xxxx.component.html', styleUrl
阅读全文
摘要:uuid中横杠替换掉 uuid函数,参考链接:https://blog.csdn.net/weixin_42585386/article/details/108224690 select uuid_generate_v4() 查询是一串数字加横杠 把横杠替换掉,用replace函数, 参考链接:ht
阅读全文
摘要:.img { max-width: 100%; height: auto;} 参考链接:https://www.runoob.com/css3/css3-images.html
阅读全文
摘要:1、css .parentDiv { display:flex; flex-direction:row;} .childDiv {flex:1;} 2、html <div> <div class="parentDiv"> <div class="childDiv">Hello</div> <div
阅读全文