摘要: 记录工作中偶尔会用到的一些git命令。。。 删除分支: 1. git branch -d 分支名 // 删除本地分支 2. git push origin --delete 分支名 // 删除远程分支 3. git branch |grep 'branchName' |xargs git branc 阅读全文
posted @ 2019-11-25 14:55 puerile 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 因为之前在使用自定义tabbar的时候,使用了cover-view, 导致溢出父节点的那部分被剪切掉,因为没找到有类似的问题出现, 所以我在布局方面做了调整: .tab-bar { overflowY: scroll; background: transparent; position: fixed 阅读全文
posted @ 2019-11-25 13:33 puerile 阅读(786) 评论(0) 推荐(0) 编辑