<p:tabView orientation="left" dynamic="false" cache="false" style="font-size: 70% !important; **wight:300px**; border: none;">
<p:tab title="mainBoard" id="mainboard" style="font-size: 70% !important; width:200px">
<p:scrollPanel style="width:800px;height: 600px;border: none;" mode="native">
<ui:include src="/mainboard.xhtml" />
</p:scrollPanel>
</p:tab>
<p:tab title="secBoard" id="secboard" style="font-size: 70% !important; width:200px">
<p:scrollPanel style="width:800px;height: 600px;border: none;" mode="native">
<ui:include src="/secboard.xhtml" />
</p:scrollPanel>
</p:tab>
</p:tabView>
* * wight:300px 来自 tabview * * 也来自 - 它不起作用。