且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Oracle Apex 5:如何删除行之间和单元格内部的空格

更新时间:2022-12-03 09:53:36

CSS 调整在 APEX 中非常容易(如果您知道在哪里调整).您可以通过两种方式(或这些方式的组合)更改报告的外观:

CSS tuning is very easy in APEX (if you know where to tune). You can change an appearance of the report in two ways (or with a combination of these ways):

  1. 转到Shared Components -> User Interface -> Templates,找到你需要的模板(默认情况下,APEX 使用名为 Standard 的模板),创建一个副本.在区域模板的属性中,您将找到 APEX 如何定义 div、表格、行、单元格等.您可以更改模板的任何部分或创建自己的部分.之后,转到页面,打开 Report Attributes 并选择新模板.
  2. 打开页面属性:
  1. Go to Shared Components -> User Interface -> Templates, find there a template that you need (by default, APEX uses the template with name Standard), create a copy. In the region template's properties, you will find how APEX defines divs, the table, rows, cells, etc. You can change any part of a template or create your own. After that, go to the page, open Report Attributes and choose the new template.
  2. Open page attributes:

选择 CSS 标签.您可以在此处覆盖标准 APEX CSS 类.据我了解,您知道 CSS 是如何工作的.

choose CSS tab. You can overwrite a standard APEX CSS class here. As I understand, you know, how CSS works.