Commit 11f15d60 by xiameng

letrsv 页面UI微调

parent 2fe615f6
...@@ -221,11 +221,11 @@ ...@@ -221,11 +221,11 @@
<c-button <c-button
size="small" size="small"
type="primary" type="primary"
icon="el-icon-search" icon="el-icon-more"
@click="onPreperButtxmsel" @click="onPreperButtxmsel"
disabled disabled
> >
...
</c-button> </c-button>
</template> </template>
</c-fullbox> </c-fullbox>
...@@ -259,10 +259,10 @@ ...@@ -259,10 +259,10 @@
<c-button <c-button
size="small" size="small"
type="primary" type="primary"
icon="el-icon-search" icon="el-icon-more"
@click="onChariaButtxmsel" @click="onChariaButtxmsel"
> >
...
</c-button> </c-button>
</template> </template>
</c-fullbox> </c-fullbox>
...@@ -295,7 +295,7 @@ ...@@ -295,7 +295,7 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="最大期限(天)" prop="ledgrp.rec.tenmaxday"> <el-form-item label="最大期限/天" prop="ledgrp.rec.tenmaxday">
<c-input <c-input
v-model.number="model.ledgrp.rec.tenmaxday" v-model.number="model.ledgrp.rec.tenmaxday"
placeholder="请输入远期最大期限" placeholder="请输入远期最大期限"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div class="eibs-tab"> <div class="eibs-tab">
<c-row> <c-row>
<!-- left --> <!-- left -->
<c-col :span="11"> <c-col :span="12" style="padding-right: 20px;" >
<c-col :span="24"> <c-col :span="24">
<c-ptap <c-ptap
:model="model" :model="model"
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
</c-col> </c-col>
<!-- right --> <!-- right -->
<c-col :span="11" :offset="1"> <c-col :span="12" style="padding-left: 20px;">
<c-col :span="24"> <c-col :span="24">
<c-ptap <c-ptap
:model="model" :model="model"
......
<template> <template>
<div class="eibs-tab"> <div class="eibs">
<c-row> <c-row>
<c-col :span="16"> <c-col :span="16">
<el-form-item label="循环信用证信息"></el-form-item> <el-form-item label="循环信用证信息"></el-form-item>
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
</c-row> </c-row>
<c-row> <c-row>
<c-col :span="16"> <c-col :span="14">
<el-form-item label="循环类型" prop="ledgrp.rec.revtyp"> <el-form-item label="循环类型" prop="ledgrp.rec.revtyp">
<c-select <c-select
v-model="model.ledgrp.rec.revtyp" v-model="model.ledgrp.rec.revtyp"
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="8"> <c-col :span="2">
<!-- Credit is Marked as Cumulative --> <!-- Credit is Marked as Cumulative -->
<c-checkbox v-model="model.ledgrp.rec.revcum" <c-checkbox v-model="model.ledgrp.rec.revcum"
style="margin-left:10px" style="margin-left:10px"
...@@ -79,10 +79,10 @@ ...@@ -79,10 +79,10 @@
<c-button <c-button
size="small" size="small"
type="primary" type="primary"
icon="el-icon-search" icon="el-icon-more"
@click="onRevclauseButtxmsel" @click="onRevclauseButtxmsel"
> >
...
</c-button> </c-button>
</template> </template>
</c-fullbox> </c-fullbox>
......
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