随笔分类 -  突突UI - Vue UI组件

一个 Vue UI组件 作者:Just Cho
摘要:通过修改高度为 min-height 来解决字的容纳问题,引发白色线的高度 没有办法根据父元素自适应了(flex解决不了) 我就在mounted 之后把他的高度赋值 写了这么一句话发现不行 this.$refs.line.style.height =${this.$refs.wrapper.getB 阅读全文
posted @ 2020-08-24 16:12 过程是风景 阅读(152) 评论(0) 推荐(0)
摘要:![](https://img2020.cnblogs.com/blog/1798435/202008/1798435-20200818111215287-634785658.png) 阅读全文
posted @ 2020-08-18 11:12 过程是风景 阅读(152) 评论(0) 推荐(0)
摘要:npm publish 遇到 403 怎么办? 这说明你没有切换到 npm 原始源,那么你只需要用 npm config delete registry 删除淘宝源,然后再 publish。 publish 成功之后再切换回淘宝源 npm config set registry https://re 阅读全文
posted @ 2020-08-16 23:18 过程是风景 阅读(183) 评论(0) 推荐(0)
摘要:使用css变量来自由操作 :root { --button-height: 32px; --font-size: 14px; --button-bg: white; --button-active-bg: #eee; --bordor-radius: 4px; --color: #333; --bo 阅读全文
posted @ 2020-08-11 17:09 过程是风景 阅读(233) 评论(0) 推荐(0)