Commit e49dcf54 authored by 盖献康's avatar 盖献康

bug(67388) - 文档管理UI

parent 8e7ebecc
......@@ -19,7 +19,7 @@
</el-row>
</el-form>
<el-row v-show="isEdit">
<el-col style="display: flex;justify-content: left;margin: 20px 0 0 135px">
<el-col style="display: flex;justify-content: left;margin: 8px 0 0 148px">
<el-button class="queryBtn" @click="submit">提 交</el-button>
</el-col>
</el-row>
......@@ -132,8 +132,9 @@ export default {
}
.title-paragraph {
margin: 20px 0 20px 15px;
border-left: 5px solid #5FB54B;
margin: 20px 0 30px 20px;
border-left: 3px solid #5FB54B;
border-bottom: 24px;
.title-text {
font-size: 16px;
......
......@@ -7,7 +7,7 @@
<el-table
v-loading="entryLoading"
:data="entryContract"
style="width: 90%;margin: 0 0 0 60px;"
style="width: 90%;margin: 0 0 0 50px;"
:header-cell-style="{background:'#F4F4F4'}"
>
<el-table-column prop="createTime" label="入驻日期">
......@@ -40,14 +40,14 @@
</template>
</el-table-column>
</el-table>
<div class="title-paragraph" style="margin-top: 30px">
<div class="title-paragraph" style="margin-top: 40px;">
<span class="title-text">授权合同</span>
</div>
<!-- 授权合同表 -->
<el-table
v-loading="loading"
:data="authorizationHistory"
style="height: 520px;width: 90%;margin: 0 0 0 60px;overflow: auto;"
style="height: 520px;width: 90%;margin: 0 0 0 50px;overflow: auto;"
:header-cell-style="{background:'#F4F4F4'}"
>
<el-table-column prop="createTime" label="授权日期">
......@@ -248,12 +248,13 @@ export default {
padding: 10px 0 80px 0;
background-color: #FFFFFF;
.title-paragraph {
margin: 20px 0 20px 15px;
border-left: 5px solid #5FB54B;
margin: 20px 0 30px 32px;
border-left: 3px solid #5FB54B;
border-bottom: 24px;
.title-text {
font-size: 16px;
margin-left: 10px;
margin-left: 14px;
font-weight: bold;
}
}
......
......@@ -19,7 +19,7 @@
</el-row>
</el-form>
<el-row v-show="isEdit">
<el-col style="display: flex;justify-content: left;margin: 20px 0 0 135px">
<el-col style="display: flex;justify-content: left;margin: 8px 0 0 148px">
<el-button class="queryBtn" @click="submit">提 交</el-button>
</el-col>
</el-row>
......@@ -133,8 +133,9 @@ export default {
}
.title-paragraph {
margin: 20px 0 20px 15px;
border-left: 5px solid #5FB54B;
margin: 20px 0 30px 20px;
border-left: 3px solid #5FB54B;
border-bottom: 24px;
.title-text {
font-size: 16px;
......
......@@ -19,7 +19,7 @@
</el-row>
</el-form>
<el-row v-show="isEdit">
<el-col style="display: flex;justify-content: left;margin: 20px 0 0 135px">
<el-col style="display: flex;justify-content: left;margin: 8px 0 0 148px">
<el-button class="queryBtn" @click="submit">提 交</el-button>
</el-col>
</el-row>
......@@ -132,8 +132,9 @@ export default {
}
.title-paragraph {
margin: 20px 0 20px 15px;
border-left: 5px solid #5FB54B;
margin: 20px 0 30px 20px;
border-left: 3px solid #5FB54B;
border-bottom: 24px;
.title-text {
font-size: 16px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment