0.0.1 • Published 5 years ago

dh-ui-vue v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

dh-ui-vue

安装

yarn install dh-ui-vue

使用

使用本框架前,请在 css 中开启 border-box

*, *::before, *::after {box-sizing: border-box;}

此外,还需要设置默认颜色等变量(后续会改为 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;
}
0.0.1

5 years ago