UNPKG

@nutui/nutui-react-taro

Version:

京东风格的轻量级移动端 React 组件库,支持一套代码生成 H5 和小程序

24 lines 416 B
/* #ifdef harmony */ /* #endif */ /* #ifndef harmony */ /* #endif */ .nut-drag { position: fixed; z-index: 9997 !important; width: 0; height: 0; touch-action: none; user-select: none; font-size: 0; } .nut-drag-inner { /* #ifdef dynamic*/ display: flex; /* #endif */ /* #ifndef dynamic*/ display: inline-flex; width: fit-content; height: fit-content; /* #endif */ touch-action: none; }