qdd vue ui 源码
qdd-vue-ui-一个Vue UI组件 介绍 一个Vue UI框架,希望对你有帮助! 开始使用 添加CSS样式 使用本框架前,请在CSS中开启border-box *, *::before, *::after {box-sizing: border-box;} IE 8以及上浏览器支持此样式 您还需要设置样式颜色等变量(后续会替换SCSS变量) :root { --button-height: 32px; --font-size: 14px; --button-bg: #fff; --button-active-bg: #eee; --border-radius: 4px; --color: #999; --border-color: #999; --border-color-hover: #666; } IE 15以
文件列表
qdd-vue-ui-master.zip
(预估有个21文件)
qdd-vue-ui-master
index.html
5KB
src
row.vue
1KB
col.vue
4KB
app.js
3KB
button-group.vue
1KB
button.vue
2KB
svg.js
8KB
icon.vue
352B
暂无评论