您的位置:首页 > 其它

通达OA2016表单设计控件显示圆角,表单美化

2017-02-05 20:58 232 查看
.LIST_VIEW{
font-size:12px;
text-align:center;
border:1px;
border-color:#000000;
margin:auto;
}

.LIST_VIEW td{
height:28px;
font-size:12px;
white-space: nowrap;
text-align:center;
}
.LIST_VIEW_HEADER{
height:28px;
font-size:12px;
text-align:center;
white-space: nowrap;
}
#table1 td{
padding:1px;
line-height:22px;
font-size:13px;
}
#table1 input[type=text],#table1 textarea{border-radius:3px;border:1px solid #B5D5E2;}

需要给表格添加id="table1"属性!

使用效果:

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐