...
function main(page: IPage, portlet: IIndicatorPortlet) {
portlet.appendCss('.indicator-block-can-click' ,{
'cursor': 'move' //光标样式
})
}
保存并刷新生效。
其余光标css样式可直接百度搜索:
...
function main(page: IPage, portlet: IIndicatorPortlet) {
portlet.appendCss('.indicator-block-can-click' ,{
'cursor': 'move' //光标样式
})
}
保存并刷新生效。
其余光标css样式可直接百度搜索: