在下面的 jsfiddle 中 - 我已经重现了我目前在 jQuery UI 中遇到的问题resize
。
当我尝试调整div
当前1px
较宽的尺寸时 - 它会自动增加尺寸,因此我无法将其恢复为原始尺寸(或小于新创建的div
尺寸)。
有没有人遇到过这个问题?我尝试在中标记 a min-width: 1px;
,.css
但没有效果。
宽条的CSS1px
如下;
.Task
{
position: absolute;
height: 25px;
width: 1px;
background-color: Yellow;
cursor: move;
white-space:nowrap;
top: 0;
font-family: Corbel;
font-size: x-small;
line-height:2.5em;
text-indent: 0.5em;
z-index: 1;
border: 2px outset;
border-bottom: 1px solid black;
}
提前致谢,