mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-18 17:48:01 +08:00
fix #IC2GBH 流程审批页面显示不出数据
This commit is contained in:
@@ -1,17 +1,52 @@
|
||||
|
||||
@section header
|
||||
@section header
|
||||
{
|
||||
|
||||
<link rel="stylesheet" href="/js/dtree/dtree.css" />
|
||||
<link rel="stylesheet" href="/js/dtree/font/dtreefont.css" />
|
||||
<link href="/js/flow/GooFlow.css" rel="stylesheet" />
|
||||
<link href="/css/formpreview.css" rel="stylesheet" />
|
||||
|
||||
<!-- 添加自定义样式覆盖main.css中的冲突样式 -->
|
||||
<style>
|
||||
.verification-flex-container {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
min-height: 600px;
|
||||
}
|
||||
|
||||
.verification-left-panel {
|
||||
flex: 8;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.verification-right-panel {
|
||||
flex: 4;
|
||||
background-color: gainsboro;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
/* 覆盖main.css中的绝对定位样式 */
|
||||
.verification-tab .layui-tab-item {
|
||||
position: relative !important;
|
||||
top: auto !important;
|
||||
bottom: auto !important;
|
||||
left: auto !important;
|
||||
right: auto !important;
|
||||
min-height: 500px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.verification-tab .layui-tab-content {
|
||||
min-height: 500px;
|
||||
position: relative;
|
||||
}
|
||||
</style>
|
||||
}
|
||||
|
||||
<form class="layui-form " action="" id="formEdit">
|
||||
<div class="layui-row ">
|
||||
<div class="layui-col-xs8">
|
||||
<div class="layui-tab layui-tab-brief" lay-filter="tab" style="margin: 0px">
|
||||
<div class="verification-flex-container">
|
||||
<div class="verification-left-panel">
|
||||
<div class="layui-tab layui-tab-brief verification-tab" lay-filter="tab" style="margin: 0px">
|
||||
<ul class="layui-tab-title">
|
||||
<li class="layui-this">流程信息</li>
|
||||
<li>表单信息</li>
|
||||
@@ -19,18 +54,22 @@
|
||||
|
||||
<div class="layui-tab-content">
|
||||
<div class="layui-tab-item layui-show">
|
||||
<div id="flowPanel"></div>
|
||||
<div id="flowPanel">
|
||||
<!-- 测试内容 -->
|
||||
<p>流程内容应该显示在这里</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="layui-tab-item">
|
||||
<div id="frmPreview"></div>
|
||||
<div id="frmPreview">
|
||||
<!-- 测试内容 -->
|
||||
<p>表单内容应该显示在这里</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="layui-col-xs4" style="background-color: gainsboro; min-height: 600px">
|
||||
<div class="verification-right-panel">
|
||||
<input type="hidden" id="FlowInstanceId" name="FlowInstanceId"/>
|
||||
|
||||
<div class="layui-form-item">
|
||||
@@ -50,7 +89,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<input type="hidden" lay-submit id="btnSubmit" lay-filter="formSubmit"/>
|
||||
</form>
|
||||
|
@@ -101,7 +101,6 @@
|
||||
.layui-tab .layui-tab-title{
|
||||
height: 35px;
|
||||
}
|
||||
.layui-tab-title .layui-this{ background-color:#18A093;}
|
||||
.layui-tab-title .layui-this:after{ border:none; }
|
||||
.layui-tab-title li cite{ font-style: normal; padding-left:5px; }
|
||||
.layui-tab-card .layui-tab-title{background-color: #ffffff}
|
||||
|
Reference in New Issue
Block a user