$('#txtLeftPercent').panel({
title: '剩余权重:' + '<b style="color:red">' + 100 + '%</b>',
height: 10,
width: 100
});
直接写入html标签类
2022-01-03 21:02:52
$('#txtLeftPercent').panel({
title: '剩余权重:' + '<b style="color:red">' + 100 + '%</b>',
height: 10,
width: 100
});
直接写入html标签类