Commit b0601377 by liushikai

布局优化

parent 61524652
......@@ -201,6 +201,9 @@ export default {
.el-table .success-row {
background: #f0f9eb;
}
.el-table--small td, .el-table--small th {
padding: 3px 0;
}
/* .eContainer-table thead tr th.is-leaf{
border-bottom: transparent;
} */
......
......@@ -184,13 +184,13 @@
</c-button>
</c-col>
-->
<c-col :span="11" style="text-align: right">
<c-row>
<c-col :span="1" style="margin-right:35px;text-align: right">
<c-col :span="11" style="margin-left:25px;text-align:right">
<!-- <c-row> -->
<!-- <c-col :span="23" style="margin-left:35px;text-align:right"> -->
<c-button size="small" type="primary" @click="onLiaccvAdd">
Add
</c-button>
</c-col>
<!-- </c-col> -->
<el-dialog
:visible.sync="dialogTableVisible"
:close-on-click-modal="false"
......@@ -212,12 +212,12 @@
Del
</c-button>
</c-col> -->
</c-row>
<!-- </c-row> -->
</c-col>
<!-- <c-col :span="24"><div style="height: 10px"></div></c-col> -->
<c-col :span="23" style="margin:0 35px">
<c-col :span="23" style="margin:0 25px">
<c-table
:border="true"
:list="model.liaall.liaccv.liaccvg"
......
......@@ -140,14 +140,14 @@
<c-input
v-model="model.didgrp.rec.nomtop"
maxlength="9"
style="width: 55px"
style="width: 35%"
placeholder="请输入Amount Tolerance - Positive"
></c-input>
<label style="display:inline-block;width:20.22px;text-align:center;">-</label>
<label style="display:inline-block;width:9.5%;text-align:center;">-</label>
<c-input
v-model="model.didgrp.rec.nomton"
maxlength="9"
style="width: 55px"
style="width: 35%"
placeholder="请输入Amount Tolerance - Negative"
></c-input>
</el-form-item>
......
......@@ -130,9 +130,10 @@
</c-select>
</template>
</el-table-column>
<el-table-column label="操作" width="160">
<el-table-column label="操作" width="115px">
<template slot-scope="scope">
<el-button
type="primary"
size="small"
:disabled="
model.trnmod.trndoc.doceot[scope.row.index]
......@@ -140,13 +141,17 @@
model.didgrp.rec.elcflg == 'Y'
"
@click="handleDisplay(scope.row.index, scope.row)"
>显示</el-button
icon="el-icon-search"
style="margin-left:0"
></el-button
>
<el-button
size="small"
type="danger"
type="primary"
icon="el-icon-edit"
style="margin-left:0"
@click="handleDetail(scope.row.index, scope.row)"
>明细</el-button
></el-button
>
</template>
</el-table-column>
......
......@@ -78,7 +78,7 @@
<el-form-item
class="formItemLabel"
label="Foreign Commission/Charges:"
label-width="200px"
label-width="300px"
>
</el-form-item>
</c-col>
......@@ -321,7 +321,7 @@
</c-table>
</c-col>
<setpan-dialog ref="setpanDialog" :model="model" :idx="index" :codes="codes"/>
<c-col :span="24" style="margin-left:9px;height:24px;margin-top:15px">
<c-col :span="23" style="margin-left:9px;height:24px;margin-top:15px">
<el-form-item class="formItemLabel" label="Settlement:" label-width="200px">
</el-form-item>
</c-col>
......
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