摘要:
阅读全文
摘要:
https://blog.csdn.net/lalala_dxf/article/details/128374242 const url = this.url + e.manageId;const dom = document.createElement('input');dom.value = u 阅读全文
摘要:
css代码: header ,main , footer { display: block; width: 100%;} header { position: fixed; height: 0px; left: 0; top: 0;}footer { position: fixed; height: 阅读全文
摘要:
用渐变 width: 100%; height: 1px; background-image: linear-gradient(to right, #ccc 0%, #ccc 50%, transparent 50%); background-size: 8px 1px; background-re 阅读全文
摘要:
// 对不是必填属性的验证(手机号的验证)export const matchPhone = (control: FormControl): { [key: string]: boolean } => { if (control.value == null || '' control.value) 阅读全文
摘要:
引用 "@tinymce/tinymce-angular": "^3.6.1","tinymce": "^5.10.1", // 方法editDataInfo(e, data) { console.log(e, data) this.addModal.isVisible = true; this.c 阅读全文
摘要:
SFZHChange() { console.log((/(^\d{15}$)|(^\d{17}([0-9]|X|[*])$)/.test(this.dataInfo.sfz))); if (!(/(^\d{15}$)|(^\d{17}([0-9]|X|[*])$)/.test(this.dataI 阅读全文