UNPKG

meri-design-dev

Version:

基于vue框架的ui库

43 lines (35 loc) 823 B
/*! * @meri-design-dev v0.0.13 * (c) 2019-2020 wangyongcun * Released under the MIT License. * 2024-04-29 11:26:20 */ .p-stick display: flex width: 100% height: 32px line-height: 32px font-size: 0 .p-stick .p-stick-item flex: 1 display: flex align-items: center justify-content: center font-size: 12px overflow: hidden text-overflow: ellipsis white-space: nowrap .p-stick .p-stick-item.p-stick-item-none display: none .p-stick .p-stick-item.p-stick-item-default background-color: $grey-50 color: $grey-600 .p-stick .p-stick-item.p-stick-item-error background-color: $red-50 color: $red-600 .p-stick .p-stick-item.p-stick-item-warning background-color: $orange-50 color: $orange-600 .p-stick .p-stick-item.p-stick-item-info background-color: $blue-50 color: $blue-600