*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#f0f2f5}#root{min-height:100vh}.react-resizable{position:relative;background-clip:padding-box}.react-resizable-handle{position:absolute;right:-3px;bottom:0;top:0;width:8px;cursor:col-resize;z-index:1;background:transparent}.react-resizable-handle:after{content:"";position:absolute;right:4px;top:50%;transform:translateY(-50%);width:2px;height:18px;background:#d9d9d9;border-radius:1px;transition:background .2s}.react-resizable-handle:hover:after{background:#1890ff;width:3px}
