请上传宽度大于 1200px,高度大于 164px 的封面图片
    调整图片尺寸与位置
    滚轮可以放大缩小图片尺寸,按住图片拖动可调整位置,多余的会自动被裁剪掉
取消
Iamxm(uid:495433)
职业资格认证:FCA-FineReport | FCA-FineBI | FCP-报表交付工程师 | FCA-数知鸟
  • 回答:使用条件属性-新值-seq()
    2024年05月09日回复
  • 回答:用条件属性
    2024年04月18日回复
  • 回答:js解决$("body").prepend('<canvas id="canvas" style="position:absolute;z-index:10;left: 0.3%;top:0.5%;" width="240" height="25"></canvas>');        var canvas = document.getElementById("canvas");        var ctx = canvas.getContext("2d");        ctx.strokeStyle = 'white';        function renderTime() {               var date=new Date();                 var year=date.getFullYear(); //获取当前年份                  var mon=date.getMonth()+1; //获取当前月份                  var da=date.getDate(); //获取当前日                  if(mon < 10) {                 mon = "0" + mon;               }              if(da < 10) {                 da = "0" + da;               }                              var hh=date.getHours(); //获取小时                  var mm=date.getMinutes(); //获取分钟                  var ss=date.getSeconds(); //获取秒                 if(hh < 10) {                 hh = "0" + hh;               }               if(mm < 10) {                 mm = "0" + mm;               }               if(ss < 10) {                 ss = "0" + ss;               }               if(ss !=0){                clear();//清空一下画布               }              var d=year + '-' + mon + '-' + da + '  ' + hh + ':' + mm + ':' + ss;                ctx.globalAlpha=0.9;               ctx.font = "bold 16pt Asia";               ctx.fillStyle = '#f6d460';//字体色               ctx.textAlign="center";               ctx.fillText(d, 120, 20);                              }        setInterval(renderTime, 40);        function clear(){            ctx.clearRect(0,0, 240, 40);        }
    2023年12月20日回复
  • 回答:把这一行设置一下冻结重复
    2023年08月15日回复
  • 回答:where zcrq <= '${开始日期控件名}' and zcrq >= '${结束日期控件名}'
    2023年07月25日回复
  • 回答:把单元格 设置成汇总求和 试一下
    2023年07月24日回复
  • 回答:P3或者O3单元格哪个有数据就取哪个IF(LEN(P3) = 0, Q3, P3)
    2023年07月24日回复
  • 回答:[图片]
    2023年06月13日回复
  • 回答:要用直连数据  5.1版本叫实时数据
    2023年06月13日回复
  • 回答:使用js延时器实现
    2023年04月22日回复
  • 17

    17

    36

    10

    12下一页
    个人成就
    内容被浏览12,045
    加入社区4年13天
    返回顶部