请上传宽度大于 1200px,高度大于 164px 的封面图片
    调整图片尺寸与位置
    滚轮可以放大缩小图片尺寸,按住图片拖动可调整位置,多余的会自动被裁剪掉
取消
法外狂徒张三(uid:1319608)
职业资格认证:FCA-FineReport
  • 一个excel中的数据量不固定,而且想根据帆软中设置的主键列,有修改的同步修改,有新增的导入新的的数据,excel中数据有缺少的,帆软数据源不做删除
  • css页面展示打印效果
  • 点击某个单元格输入,但是输入框发送向左的位移。/*设置整体背景颜色*/body { background: url('bg.jpg') left top no-repeat!important; background-size: 100% 100%!important}/*查询区域背景颜色调成透明*/div.parameter-container { background: transparent!important}/*设置数据分析预览模式下的表格居中显示,固定行列自动居左显示*/div.content-container div.sheet-container{ left: 0; right: 0;}div.content-container div.sheet-container>div{ width:auto !important; margin: auto !important;}div.content-container div.sheet-container>div>table{ margin: auto !important;}/*设置表格自动调整列宽,设置以后可以在设计器里面设置单行显示而保证内容不被覆盖*/div.content-container table{ table-layout: auto !important;}/*兼容固定行列的table显示形式,固定行列单行显示的话帆软计算会出偏差*/div.content-container table.frozen-table table{ table-layout: fixed !important;}/*设置表格的默认公共样式*/div.content-container table tr>td { padding: 0 6px; font-family: '微软雅黑'; border: 1px solid #000; line-height: 25px; font-size: 10pt; color: #000 !important;}/* 还原超链接字体蓝色*/div.content-container table tr>td .linkspan{ color: rgb(0,0,255) !important;}/*固定行列不支持设置行高,返回默认行高,需要设置行高可以在设计器设置*/div.content-container table.frozen-table table tr>td { line-height: normal;}/*去掉固定行列的中间线及边距*/div.content-container table.frozen-table>tbody>tr>td { border: none!important; padding: 0!important}/*隔行换色*/div.content-container table tr:nth-child(odd)>td { background: url('tdbg1.png') left top repeat}div.content-container table tr:nth-child(even)>td { background: url('tdbg2.png') left top repeat}/*去掉设计器中设置好的背景颜色*/div.content-container table.frozen-table>tbody>tr>td { background: transparent!important}div.content-container table tr>td { background: transparent}div.paper-background { background: transparent!important}div.fr-tabpane-content { background: transparent!important}div.sheet-container div{ background: transparent!important}/*透明设计器改的8号字体的单元格,并把字体设回默认的10号*/div.content-container table tr>td.f8-0 { font-size: 10pt; background: transparent; border: 0}/*返回设计器默认设置的字体大小,因为上面设置了默认大小10,所以设计器改了以后样式会覆盖,需要重新写一下*/div.content-container table tr>td.f10-0 { font-size: 10pt}div.content-container table tr>td.f11-0 { font-size: 11pt}div.content-container table tr>td.f12-0 { font-size: 12pt}div.content-container table tr>td.f13-0 { font-size: 13pt}div.content-container table tr>td.f14-0 { font-size: 14pt}div.content-container table tr>td.f15-0 { font-size: 15pt}div.content-container table tr>td.f16-0 { font-size: 16pt}div.content-container table tr>td.f17-0 { font-size: 17pt}div.content-container table tr>td.f18-0 { font-size: 18pt; background: transparent; border: 0}div.content-container table tr>td.f19-0 { font-size: 19pt}div.content-container table tr>td.f20-0 { font-size: 20pt}div.content-container table tr>td.f21-0 { font-size: 21pt}div.content-container table tr>td.f22-0 { font-size: 22pt}/*保证固定行列时候表头的宽度*/div.content-container div#frozen-corner table tr>td.f18-0,div.content-container div#frozen-north table tr>td.f18-0 { border-left: 1px solid transparent !important; border-right: 1px solid transparent !important;}/*去除数据分析报表的白色背景 */div.fr-tabpane-content .html-content{ background: transparent!important;}/*去除border宽度*/div.content-container>div.main-content-center{ border: 0 !important;}/*隐藏数据分析点击的黑框*/.fDtop,.fDleft,.fDbottom,.fDright,.menu-expand{display: none !important;}
  • 数据条数有多条,但是想让报表高度固定,所以,红色框起来的是动态列固定的高度。如果数据条数超过四条,则侧边滚动条下拉展示
  • FineReport可以像excel一样画出平面图吗?简单的线条图纸,根据每条边线输入的参数不同,图纸的样式也会做出相应的变化完善下问题就是这种效果,根据第四行输入的参数,调整下面数值。我好像知道怎么做了,平面图的大小和样式改变不了,只能更改旁边的参数
  • E列是横向拓展列,E4有为负数例如 E17为30,E4为-1,得到的结果为-30,通过ABS函数得到的结果应为30但是现在页面显示为∞
  • 我想的是,如果A1这个单元格是空着的,那么A2/A1那里就默认为0,现在A1是空着的,但是我根据IF(LEN(d3)=0,0,(d5/d3))没办法判断
  • 查询的结果是一列本日的数据,一列累计的数据,如何在展示的时候根据规格,两两横向排列,就像上述如图一样的效果

29

5

29

10

123
个人成就
内容被浏览7,813
加入社区2年189天
返回顶部