jsp中td等元素的显示居中

来源:互联网 发布:富士人机界面编程软件 编辑:程序博客网 时间:2024/06/18 14:21
<style type="text/css">
.table th, .table td { 
text-align: center;
vertical-align: middle!important;
}

</style>



写在<head> </head>标签内

原创粉丝点击