其他分享
首页 > 其他分享> > Bootstrap Table的 文本内容 垂直居中

Bootstrap Table的 文本内容 垂直居中

作者:互联网

原文:https://blog.csdn.net/peng_hong_fu/article/details/70662979

 

样式(注意样式优先级):

       #div-component-info .table tbody tr td{
            vertical-align: middle;
        }

 

默认显示:

 

调整后:

 

标签:居中,hong,样式,Bootstrap,peng,middle,csdn,table,Table
来源: https://www.cnblogs.com/guxingy/p/10884912.html