请上传宽度大于 1200px,高度大于 164px 的封面图片
    调整图片尺寸与位置
    滚轮可以放大缩小图片尺寸,按住图片拖动可调整位置,多余的会自动被裁剪掉
取消
啊嘞嘞(uid:668259)
哈哈哈哈哈 职业资格认证:FCP-报表交付工程师 | FCA-FineReport | FCA-简道云 | FCP-FineBI V6.0
  • 回答:点击控制面板,添加事件//红色var red = "#FF0000";//深红色var dark_red = "#ac0303";//绿色var green = "#00aa4d";//深绿色var dark_green = "#037938";//浅绿色-前var pale_green_before = "#77edac";//浅绿色-后var pale_green_after = "#49a370";//白色var write = "#fff";setTimeout(function() {//年份初始化$("div").find("div").css('background', green);//年份点击$("div").find("div").click(function() {setTimeout(function() {//日期选择边框$("div").find("table").css({"border": green});//日期选择上$("div").find("thead").find("td").css({"background-color": pale_green_before,"border-bottom": pale_green_before});$("div").find("thead").find("td.btn").mousemove(function() {$("div").find("thead").find("td.btn.hover").css({"background-color": pale_green_after,"border-bottom": pale_green_before,"border": green})});$("div").find("thead").find("td.btn").mouseout(function() {$("div").find("thead").find("td.btn").css({"background-color": pale_green_before,"border-bottom": pale_green_before});});//日期选择下$("div").find("tfoot").find("td").css({"border-top": pale_green_before,"background-color": pale_green_before});$("div").find("tfoot").find("td").mousemove(function() {$("div").find("tfoot").find("td.btn.hover").css({"background-color": pale_green_after,"border-bottom": pale_green_before,"border": green});});$("div").find("tfoot").find("td").mouseout(function() {$("div").find("tfoot").find("td.btn").css({"background-color": pale_green_before,"border-bottom": pale_green_before});});//日期选择中$(".selected").css({"color": write,"background": green,"border": green});}, 10);});//鼠标移入移出-查询控件$("div").find("div").mousemove(function() {$("div").find("div").css("background", dark_green);});$("div").find("div").mouseout(function() {$("div").find("div").css("background", green);});//鼠标移入移出-年$("div").find("div").mousemove(function() {$("div").find("div").css('background', dark_green);});$("div").find("div").mouseout(function() {$("div").find("div").css('background', green);});}, 5);反正差不多都是这样区找元素,改属性。
    2024年05月23日回复
  • 回答:把a列的主父格自定义为d列呗
    2023年05月10日回复
  • 回答:要不你试试标题的上父格自定义成下面的格子?
    2023年05月10日回复
  • 回答:通过你的图片实例,我觉得可以这样做,b的左父格是a,e的左父格设成b,d的左父格设成e,c的左父格设成d,只要不冲突就可以吧。 都设置成自定义左父格
    2023年05月09日回复
  • 回答:hour咋还复数形式呢?
    2023年01月12日回复
  • 回答:String tableName = ((ParameterProvider) (parameters.get().toArray())).getValue().toString();String tableName = ((ParameterProvider) (parameters.get().toArray())).getValue().toString();前端顺序是怎样的,后端取出来顺序就是怎样的
    2023年01月10日回复
  • 回答:直接写了个filter,在过滤过程中直接把想要保存的数据存成session形式,前端页面通过$sessionName的形式就可以取到相对应的参数了,中间还可以自己设置session的失效时间
    2022年11月03日回复
  • 回答:config 下的db配置文件删了,重启
    2022年10月28日回复
  • 回答:最后成功了吗,分享一下呗
    2019年04月10日回复
  • 回答:E:\Develope\FineReport_10.0\webapps\webroot\WEB-INF\libE:\Develope\FineReport_10.0\lib都加进去了吗?还有E:\Develope\FineReport_10.0\server\lib父类名写错了吧?
    2022年01月07日回复
  • 33

    33

    34

    10

    1234下一页
    个人成就
    内容被浏览20,851
    加入社区3年80天
    返回顶部