为什么表格中有多余的一列?
select Max(qryTRInputPriorityList_SS.DT1) AS MaxOfDT1
From qryTRinputPriorityList_SS
UNION ALL select Max(qryTRInputPriorityList_MB.DT1) AS MaxOfDT1
From qryTRinputPriorityList_MB
UNION ALL select Max(qryTRInputPriorityList_GS.DT1) AS MaxOfDT1
From qryTRinputPriorityList_GS;
为什么表格中有多余的一列? see image
还有,为什么屏幕小时会有滚动条? (当我使用 table-sensitive 时,它应该在屏幕上进行自我调整。)
答案 0 :(得分:1)
将.table-responsive
类添加到父级。不在桌子上
<div class="table-responsive">
<table class="table">
...
</table>
</div>
答案 1 :(得分:0)
删除.table-responsive
或在表标签 display : table