s
摘要: 代替 Vue.delete vue3 中可以使用 delete obj.xxx 就可以实现去删除 obj的xxx属性!!! 第二种: 借助于 del import {del} from 'vue' del(obj, propertyName) 也可删除属性!!! 每个vue 页面因为scoped 这 阅读全文
posted @ 2023-09-20 15:39 努力不搬砖的iori 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 记录一下看到过的,没见过的不知道就算了; inline-size: 60px block-size:30px padding-block:10px 这三个文字属性 和 writing-mode: 有关, writing-mode 设置文字是从左往右排列还是从上往下 关于 nth-child!!! M 阅读全文
posted @ 2023-09-20 15:39 努力不搬砖的iori 阅读(7) 评论(0) 推荐(0) 编辑
摘要: flex 布局 默认的 align-items 是 stretch , 所以 flex-direction:column 时,所有的元素时等宽, 而 rows ,元素就是等高【默认】,就会产生popper层关闭的bug!!! vertical-align :middle 依据:aligns rhe 阅读全文
posted @ 2023-09-20 15:38 努力不搬砖的iori 阅读(10) 评论(0) 推荐(0) 编辑