我正在使用jQuery Ui的可排序小部件在表行中实现拖放功能。问题是,如果我将第二行和第三行向下拖动一点(不足以让下一行移动),这两行之间的空间就会增加。现在,如果我真的将第二行和第三行交换(通过将第二行拖到第三行下面),第一行和第二行之间会积累大量空间。如果重复上述步骤,我们可以继续增加行之间的间距最后,
The code is as f
<input type="text" name="sva-number" value="" placeholder="There is a really long placeholder insideof this input">
input::placeholder font-size: 8px;