Commit 11f15d60 by xiameng

letrsv 页面UI微调

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