答案 0 :(得分:3)
尝试包含jQueryUI样式表。或者您可以通过定义以下CSS类来逃避:
.ui-resizable-handle {
display: block;
font-size: 0.1px;
position: absolute;
z-index: 99999;
}
.ui-resizable-s {
bottom: -5px;
cursor: s-resize;
height: 7px;
left: 0;
width: 100%;
}
.ui-resizable {
position: relative;
}
.ui-resizable-e {
cursor: e-resize;
height: 100%;
right: -5px;
top: 0;
width: 7px;
}
.ui-resizable-s {
bottom: -5px;
cursor: s-resize;
height: 7px;
left: 0;
width: 100%;
}
.ui-resizable-se {
bottom: 1px;
cursor: se-resize;
height: 12px;
right: 1px;
width: 12px;
}
答案 1 :(得分:1)
添加资源 - >添加UI