@nutui/nutui-react
Version:
京东风格的轻量级移动端 React 组件库,支持一套代码生成 H5 和小程序
19 lines • 324 B
CSS
/* #ifdef harmony */
/* #endif */
/* #ifndef harmony */
/* #endif */
.nut-drag {
position: fixed;
z-index: 9997 ;
width: 0;
height: 0;
touch-action: none;
user-select: none;
font-size: 0;
}
.nut-drag-inner {
display: inline-flex;
width: fit-content;
height: fit-content;
touch-action: none;
}