07 2020 档案

摘要:import ElementUI from 'element-ui' import 'element-ui/lib/theme-chalk/index.css' Vue.use(ElementUI) npm安装,然后进入main.js按照上诉代码配置 阅读全文
posted @ 2020-07-03 15:39 好啊好呀 阅读(602) 评论(0) 推荐(0)
摘要:画两条边框,再旋转盒子45度 .box{ width: 7px; height: 7px; border-top: 2px solid red; border-right: 2px solid red; transform: rotate(45deg); } 阅读全文
posted @ 2020-07-02 23:25 好啊好呀 阅读(149) 评论(0) 推荐(0)
摘要:今天写小米demo遇到了这个 使用浮动和定位都不好使,js太麻烦 我就是使用了flex .box{ height: 500px;//规定大小,不然并不会自动换行 display: flex;//给父元素开启flex flex-direction: column;//修改主轴方向 flex-wrap: 阅读全文
posted @ 2020-07-01 22:06 好啊好呀 阅读(6485) 评论(0) 推荐(0)