UNPKG

zp-bee

Version:

zp-bee,是一款基于 Dumi,由 React + TypeScript 开发的组件库 🎉。

40 lines (38 loc) 798 B
@import '../../style/themes/default.less'; .bee-layout-container { position: relative; display: flex; flex-wrap: wrap; width: 100%; .bee-content-wrap { flex: 1; display: flex; flex-wrap: wrap; margin-bottom: 10px; } .bee-btn-wrap { display: inline-flex; flex-shrink: 0; min-width: 100px; margin-left: auto; justify-content: flex-end; .bee-toggle-expand { width: 62px; margin-top: 5px; font-size: 12px; cursor: pointer; margin-right: 10px; .bee-toggle-label { color: #5c6a9e; text-decoration: none; background-color: transparent; outline: none; cursor: pointer; transition: color 0.3s; margin-left: 2px; } } .bee-btn-action { } } }