08 2023 档案
摘要:columns: [ { title: "序号", align: "center", width: 80, key: "id", fixed: "left", }, { title: "标题", key: "task_name", width: 300, tree: true, renderHead
阅读全文
摘要:https://www.jianshu.com/p/be4e587408a1
阅读全文
摘要:在某些情况下,需要重新使用data中的数据,但是data中的数据已经被各种表单、变量等赋值,那么怎么重置data的值呢? 1. 逐个赋值 ... data() { return { name: '', sex: '', desc: '' } } ... // 逐个赋值 this.name = ''
阅读全文
摘要:这里推荐一个很好的图片压缩网站,可以把项目中所有的图片用这个工具压缩一遍。 https://tinypng.com/
阅读全文
摘要:1.先声明变量'deep' @deep: ~">>>"; 2.使用该变量去修改ivew的样式 @{deep} .ivu-modal-body //与类之间要有空格 完整代码: @deep: ~">>>"; #qualityControlIssueList { height: 100%; .textR
阅读全文