填报报表输入框发送位移

点击某个单元格输入,但是输入框发送向左的位移。

1668396094467.png

/*设置整体背景颜色*/

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[style*="background"] {

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 帆软用户YjFFd2DcGe 发布于 2022-11-14 11:25 (编辑于 2022-11-14 11:31)
1min目标场景问卷 立即参与
回答问题
悬赏:3 F币 + 添加悬赏
提示:增加悬赏、完善问题、追问等操作,可使您的问题被置顶,并向所有关注者发送通知
共2回答
最佳回答
0
Z4u3z1Lv6专家互助
发布于2022-11-14 11:26

清理缓存 重启一下试试

最佳回答
0
snrtuemcLv8专家互助
发布于2023-5-23 20:10

可以去掉这个css格式

然后不要冻结行列,使用最新版谷歌浏览器

基本上出现错误,是冻结行列引起的,非谷歌内核浏览器还不兼容更加容易引起错位

  • 2关注人数
  • 277浏览人数
  • 最后回答于:2023-5-23 20:10
    请选择关闭问题的原因
    确定 取消
    返回顶部