UNPKG

bin-ui

Version:

基于 vue2.6 / vue-cli3 的 UI 组件库

18 lines (17 loc) 316 B
.bin-loading-bar { width: 100%; position: fixed; top: 0; left: 0; right: 0; z-index: 2000; &-inner { transition: width $animation-duration-base linear; &-color-primary { background-color: $color-primary; } &-failed-color-error { background-color: $color-danger; } } }