简体   繁体   English

更改oracle apex表格形式的列宽

[英]change oracle apex tabular form column width

To change the column width of a tabular form, I have to put the below code into the HTML EXPRESSION field 要更改表格形式的列宽,我必须将以下代码放入HTML EXPRESSION字段中

<div style="width:20px;">#COLUMN_NAME#</div> 

Is there any better way to do this? 有什么更好的方法吗? such as via the CSS on the header of the region? 例如通过CSS对该区域的标头?

Thanks 谢谢

In form page, if you click on specific column, you will find menu on the right hand side. 在表单页面中,如果单击特定列,则会在右侧找到菜单。 You can change column width under Appearance section or Advance section. 您可以在外观部分或高级部分下更改列宽。 There are places to change the column fields in under that sections. 在该部分下可以更改列字段。

Under Appearance section you can enter from width field . 在外观部分下,您可以从宽度字段输入。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM