如何左右定位(转换)Oracle Apex 4.2表单?

时间:2017-08-24 18:29:28

标签: database oracle oracle-apex

enter image description here Here's the application interface and a part of the form is behind the side dashboard of my template

这是应用程序界面,表单的一部分位于我的模板的侧面仪表板后面

           
<section class="uRegion #REGION_CSS_CLASSES# clearfix" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>
  <div class="uRegionHeading">
    <h1>#TITLE#</h1>
    <span class="uButtonContainer">
      #CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#
    </span>
  </div>
  <div class="uRegionContent clearfix">
    width: 1360px;
    height: 1002px;
    right: 500px;
    #BODY#
  </div>
</section>

1 个答案:

答案 0 :(得分:0)

切换到主题42.您可能正在使用自定义主题。