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

bug(67388) - 文档管理UI

parent 8e7ebecc
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
</el-row> </el-row>
</el-form> </el-form>
<el-row v-show="isEdit"> <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-button class="queryBtn" @click="submit">提 交</el-button>
</el-col> </el-col>
</el-row> </el-row>
...@@ -132,8 +132,9 @@ export default { ...@@ -132,8 +132,9 @@ export default {
} }
.title-paragraph { .title-paragraph {
margin: 20px 0 20px 15px; margin: 20px 0 30px 20px;
border-left: 5px solid #5FB54B; border-left: 3px solid #5FB54B;
border-bottom: 24px;
.title-text { .title-text {
font-size: 16px; font-size: 16px;
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<el-table <el-table
v-loading="entryLoading" v-loading="entryLoading"
:data="entryContract" :data="entryContract"
style="width: 90%;margin: 0 0 0 60px;" style="width: 90%;margin: 0 0 0 50px;"
:header-cell-style="{background:'#F4F4F4'}" :header-cell-style="{background:'#F4F4F4'}"
> >
<el-table-column prop="createTime" label="入驻日期"> <el-table-column prop="createTime" label="入驻日期">
...@@ -40,14 +40,14 @@ ...@@ -40,14 +40,14 @@
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
<div class="title-paragraph" style="margin-top: 30px"> <div class="title-paragraph" style="margin-top: 40px;">
<span class="title-text">授权合同</span> <span class="title-text">授权合同</span>
</div> </div>
<!-- 授权合同表 --> <!-- 授权合同表 -->
<el-table <el-table
v-loading="loading" v-loading="loading"
:data="authorizationHistory" :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'}" :header-cell-style="{background:'#F4F4F4'}"
> >
<el-table-column prop="createTime" label="授权日期"> <el-table-column prop="createTime" label="授权日期">
...@@ -248,12 +248,13 @@ export default { ...@@ -248,12 +248,13 @@ export default {
padding: 10px 0 80px 0; padding: 10px 0 80px 0;
background-color: #FFFFFF; background-color: #FFFFFF;
.title-paragraph { .title-paragraph {
margin: 20px 0 20px 15px; margin: 20px 0 30px 32px;
border-left: 5px solid #5FB54B; border-left: 3px solid #5FB54B;
border-bottom: 24px;
.title-text { .title-text {
font-size: 16px; font-size: 16px;
margin-left: 10px; margin-left: 14px;
font-weight: bold; font-weight: bold;
} }
} }
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
</el-row> </el-row>
</el-form> </el-form>
<el-row v-show="isEdit"> <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-button class="queryBtn" @click="submit">提 交</el-button>
</el-col> </el-col>
</el-row> </el-row>
...@@ -133,8 +133,9 @@ export default { ...@@ -133,8 +133,9 @@ export default {
} }
.title-paragraph { .title-paragraph {
margin: 20px 0 20px 15px; margin: 20px 0 30px 20px;
border-left: 5px solid #5FB54B; border-left: 3px solid #5FB54B;
border-bottom: 24px;
.title-text { .title-text {
font-size: 16px; font-size: 16px;
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
</el-row> </el-row>
</el-form> </el-form>
<el-row v-show="isEdit"> <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-button class="queryBtn" @click="submit">提 交</el-button>
</el-col> </el-col>
</el-row> </el-row>
...@@ -132,8 +132,9 @@ export default { ...@@ -132,8 +132,9 @@ export default {
} }
.title-paragraph { .title-paragraph {
margin: 20px 0 20px 15px; margin: 20px 0 30px 20px;
border-left: 5px solid #5FB54B; border-left: 3px solid #5FB54B;
border-bottom: 24px;
.title-text { .title-text {
font-size: 16px; 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