UNPKG

z-react-ui

Version:

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

22 lines (17 loc) 336 B
@import '../../style/themes/default.less'; @virtual-list: ~'@{st-prefix}-virtual-list'; .@{virtual-list}-container { height: 200px; overflow: auto; position: relative; .@{virtual-list} { height: 100%; } .@{virtual-list}-phantom { position: absolute; left: 0; top: 0; right: 0; z-index: -1; } }