参数界面中的数值滑块控件。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

17 lines
471 B

package com.fr.plugin.parameter.slider;
import com.fr.stable.fun.impl.AbstractStylePlaceHolder;
/**
* @author richie
* @version 10.0
* Created by richie on 2019/9/29
*/
public class SliderStyleHolderBridge extends AbstractStylePlaceHolder {
@Override
public LinkTag[] holderLinks() {
return new LinkTag[] {
LinkTag.build().type("text/css").rel("stylesheet").href("http://fanruan.design/fineui/2.0/fineui.min.css")
};
}
}