Commit dca01458 by liushikai

布局优化

parent 88ced7a8
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
</el-form-item> </el-form-item>
<el-form-item> <el-form-item>
<el-button style="width:100%;margin-top:1em;" type="primary" @click="submitForm('loginForm')">登录</el-button> <el-button style="width:100%;margin-top:1em;margin:0 0" type="primary" @click="submitForm('loginForm')">登录</el-button>
</el-form-item> </el-form-item>
</el-form> </el-form>
</div> </div>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<c-select <c-select
v-model="model.liaall.liaccv.concur" v-model="model.liaall.liaccv.concur"
disabled disabled
style="width: 100%" style="width: 95%"
placeholder="请选择Type of settlement" placeholder="请选择Type of settlement"
> >
<el-option <el-option
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
<c-select <c-select
v-model="model.liaall.liaccv.concur" v-model="model.liaall.liaccv.concur"
disabled disabled
style="width: 100%" style="width: 95%"
placeholder="请选择Type of settlement" placeholder="请选择Type of settlement"
> >
<el-option <el-option
...@@ -150,7 +150,7 @@ ...@@ -150,7 +150,7 @@
<c-select <c-select
v-model="model.liaall.liaccv.concur" v-model="model.liaall.liaccv.concur"
disabled disabled
style="width: 100%" style="width: 95%"
placeholder="请选择Type of settlement" placeholder="请选择Type of settlement"
> >
<el-option <el-option
...@@ -184,12 +184,13 @@ ...@@ -184,12 +184,13 @@
</c-button> </c-button>
</c-col> </c-col>
--> -->
<c-col :span="24" style="text-align: right"> <c-col :span="11" style="margin-left:20px;text-align:right">
<c-row> <!-- <c-row> -->
<c-col :span="2" :offset="20"> <!-- <c-col :span="23" style="margin-left:35px;text-align:right"> -->
<c-button size="small" type="primary" @click="onLiaccvAdd"> <c-button size="small" type="primary" @click="onLiaccvAdd">
Add Add
</c-button> </c-button>
<!-- </c-col> -->
<el-dialog <el-dialog
:visible.sync="dialogTableVisible" :visible.sync="dialogTableVisible"
:close-on-click-modal="false" :close-on-click-modal="false"
...@@ -205,47 +206,46 @@ ...@@ -205,47 +206,46 @@
</el-table-column> </el-table-column>
</c-istream-table> </c-istream-table>
</el-dialog> </el-dialog>
</c-col>
<!-- <c-col :span="2"> <!-- <c-col :span="2">
<c-button size="small" icon="el-icon-delete" @click="onLiaccvDel"> <c-button size="small" icon="el-icon-delete" @click="onLiaccvDel">
Del Del
</c-button> </c-button>
</c-col> --> </c-col> -->
</c-row> <!-- </c-row> -->
</c-col> </c-col>
<!-- <c-col :span="24"><div style="height: 10px"></div></c-col> -->
<c-col :span="24"><div style="height: 10px"></div></c-col> <c-col :span="23" style="margin:0 20px">
<c-col :span="22" :offset="1">
<c-table <c-table
:border="true" :border="true"
:list="model.liaall.liaccv.liaccvg" :list="model.liaall.liaccv.liaccvg"
style="width:80%,text-align:center" style="width:80%,text-align:center"
> >
<el-table-column prop="ccdflg" label="CF000048" width="auto"> <el-table-column prop="ccdflg" label="CF000048" width="78px">
</el-table-column> </el-table-column>
<el-table-column prop="ownref" label="保证金编号" width="auto"> <el-table-column prop="ownref" label="保证金编号" width="130px">
</el-table-column> </el-table-column>
<el-table-column prop="cur" label="币种" width="auto"> <el-table-column prop="cur" label="币种" width="55px">
</el-table-column> </el-table-column>
<el-table-column prop="oldamt" label="余额" width="auto"> <el-table-column prop="oldamt" label="余额" width="150px">
</el-table-column> </el-table-column>
<el-table-column prop="amt" label="变动金额" width="auto"> <el-table-column prop="amt" label="变动金额" width="150px">
</el-table-column> </el-table-column>
<el-table-column prop="acc" label="保证金账号" width="auto"> <el-table-column prop="acc" label="保证金账号" width="180px">
</el-table-column> </el-table-column>
<el-table-column prop="rat" label="汇率" width="auto"> <el-table-column prop="rat" label="汇率" width="120px">
</el-table-column> </el-table-column>
<el-table-column prop="concur" label="币种" width="auto"> <el-table-column prop="concur" label="币种" width="55px">
</el-table-column> </el-table-column>
<el-table-column prop="covamt" label="折算后金额" width="auto"> <el-table-column prop="covamt" label="折算后金额" width="150px">
</el-table-column> </el-table-column>
<el-table-column prop="acccovamt" label="Acc Amount" width="auto"> <el-table-column prop="acccovamt" label="Acc Amount" width="150px">
</el-table-column> </el-table-column>
<el-table-column label="OP" width="auto"> <el-table-column label="OP" width="75px">
<template slot-scope="scope"> <template slot-scope="scope">
<c-button size="small" icon="el-icon-delete" @click="onLiaccvDel(scope.$index,scope.row)" /> <c-button style="margin-left:0" type="primary" size="small" @click="onLiaccvDel(scope.$index,scope.row)">
Del</c-button>
</template> </template>
</el-table-column> </el-table-column>
</c-table> </c-table>
...@@ -280,7 +280,7 @@ ...@@ -280,7 +280,7 @@
</el-form-item> </el-form-item>
</c-col> --> </c-col> -->
<c-col :span="24"> <c-col :span="24" style="margin-top:15px">
<el-form-item label="金额总和"> <el-form-item label="金额总和">
<c-col :span="8"> <c-col :span="8">
<c-input <c-input
......
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