请上传宽度大于 1200px,高度大于 164px 的封面图片
    调整图片尺寸与位置
    滚轮可以放大缩小图片尺寸,按住图片拖动可调整位置,多余的会自动被裁剪掉
取消
没有想好名字那就叫小明吧(uid:193845)
一句话介绍你自己 职业资格认证:FCP-报表开发工程师
  • 针对如图效果:如何优化以下代码?使得A列(空白列)及最后列(空白列)不选择到?,也就是指定B-X列生效,其他列不生效?var background_color = "rgb(209,228,255)"; //新背景色  var frozen_back_color = new Array();var back_color = new Array();var $last_tr;var i = 0;// 2行除外$('.x-table tr:gt(2) ').bind("mouseenter",function() {    //$(".x-table tr")      if (typeof($last_tr) != "undefined") {        if (typeof($(this).attr("id")) != "undefined") {            if (typeof($("#content-container #frozen-west").attr("id")) != "undefined") {                $("#content-container #" + $last_tr.attr("id")).each(function() {                    $(this).children("td").each(function() {                        $(this).css("background-color", frozen_back_color);                    });                    i = i + 1;                });                i = 0;            } else {                $last_tr.children("td").each(function() {                    $(this).css("background-color", back_color);                });            }            frozen_back_color = ;            back_color = ;        }    }    if (typeof($(this).attr("id")) != "undefined") {        if (typeof($("#content-container #frozen-west").attr("id")) != "undefined") {            $("#content-container #" + $(this).attr("id")).each(function() {                frozen_back_color = new Array();                $(this).children("td").each(function() {                    frozen_back_color = $(this).css("background-color");                    $(this).css("background-color", background_color);                });                i = i + 1;            });            i = 0;        } else {            $(this).children("td").each(function() {                back_color = $(this).css("background-color");                $(this).css("background-color", background_color);            });        }    }});//2行除外  $('.x-table tr:gt(2)').bind("mouseleave",function() {    if (typeof($(this).attr("id")) != "undefined") {        $last_tr = $(this);    }});
  • 提示内容如图:
  • 决策表中,视图树的图标固定展示是可以的,但是这个视图树内容有多个的时候除开首位能唯一区分以外,中间部分都不能唯一区分(定位全都是.mid-line-conn-background),所以想要引用CSS文件进去直接以序号列表的形式去展示,要如何实现?(想要实现效果:https://bbs.fanruan.com/thread-133741-1-1.html)目前已实现代码:$(".first-line-conn-background.f-s-n.f-auto.c-e.f-c").css({"background-image":"url(http://ip:89/webroot/help/css/custom/111.png)","background-repeat":"no-repeat","background-position":"center"});$(".mid-line-conn-background.f-s-n.f-auto.c-e.f-c").css({"background-image":"url(http://ip:89/webroot/help/css/custom/222.png)","background-repeat":"no-repeat","background-position":"center"});$(".last-line-conn-background.f-s-n.f-auto.c-e.f-c").css({"background-image":"url(http://ip:89/webroot/help/css/custom/333.png)","background-repeat":"no-repeat","background-position":"center"});
  • 决策表中柱形图柱子比较多,在不改变柱形图大小的情况下,如何进行向左滚动展示?
  • 针对同步飞书多维表格数据到数据库,如果飞书多维表格里面有文件/图片,同步到数据库以后就只有一个ID,如果根据同步过来的数据做报表,怎么实现预览多维表格的图片?
  • 在线预览插件对于序列化后的文件该如何设置访问?文件是经过序列化后的,文件名称直接就是文件序列化ID,请问这种文件该如何实现在线预览?
  • 插件更新的时候提示”MYSQL8数据链接版本过低,请安装高版本插件“,这个要咋解决呢?
  • 工具栏上自定义两个按钮(提交1,提交2)如何触发筛选栏按钮(提交1,提交2)事件?
  • 决策表网页框控件内嵌入的报表,如何将嵌入的这张表背景设置为透明?
  • 如文档(https://help.fanruan.com/finereport/doc-view-2478.html)所示,使用_g().getColumn(1).showToolTip或_g().addEffect('showTooltip')如何实现打开一个URL弹窗页面?

167

52

167

10

个人成就
内容被浏览73,002
加入社区6年13天
返回顶部