
通达OA工作流表单中表格无单元格边框 5
1个回答
展开全部
这是因为表达的html代码表达的不对吧。需要懂html代码的帮你看看源代码,或者干脆用css来控制表格的线的显示,以前专门因为这个处理过。如果能看懂下面代码最好,可以直接用。
<style type="text/css">.form-table{
border-collapse:collapse;
border-spacing:0px;
border-style:solid solid solid solid;
border-width:1px;
border-color:#ff0000;
}
.form-table table{
border-collapse:collapse;
border-spacing:0px;
}
.form-table td{
margin:0px;
padding:0px;
border-style:solid none none solid;
border-width:1px;
border-color:#ff0000;
}
.form-table table tr:first-child td{
border-top-style:none;
}
.form-table table tr td:first-child{
border-left-style:none;
}
</style>
OA系统专家可选择 云海中腾OA软件。
<style type="text/css">.form-table{
border-collapse:collapse;
border-spacing:0px;
border-style:solid solid solid solid;
border-width:1px;
border-color:#ff0000;
}
.form-table table{
border-collapse:collapse;
border-spacing:0px;
}
.form-table td{
margin:0px;
padding:0px;
border-style:solid none none solid;
border-width:1px;
border-color:#ff0000;
}
.form-table table tr:first-child td{
border-top-style:none;
}
.form-table table tr td:first-child{
border-left-style:none;
}
</style>
OA系统专家可选择 云海中腾OA软件。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询