Commit c2b22300 by liushikai

infcpd优化布局

parent 7299e57e
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
<c-button size="small" type="primary">Loginfo</c-button> <c-button size="small" type="primary">Loginfo</c-button>
</div> --> </div> -->
<c-col :span="11" style="margin-left:9px"> <c-col :span="11" style="margin-left:9px;height:24px">
<el-form-item label="CBS Column" prop="infcon.cbctxt" label-width="100px"> <el-form-item label="CBS Column" prop="infcon.cbctxt" label-width="85px" class="labelItemSet">
<c-select v-model="model.infcon.cbctxt" style="width:100%" placeholder="请选择CBS Column"> <c-select v-model="model.infcon.cbctxt" style="width:100%" placeholder="请选择CBS Column">
</c-select> </c-select>
</el-form-item> </el-form-item>
...@@ -67,6 +67,8 @@ ...@@ -67,6 +67,8 @@
} }
} }
</script> </script>
<style> <style scoped>
.labelItemSet >>> .el-form-item__label{
text-align: left;
}
</style> </style>
\ No newline at end of file
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
</div> --> </div> -->
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Fee Pool"></el-form-item> <el-form-item label="Fee Pool" class="labelItemSet "></el-form-item>
</c-col> </c-col>
<c-col :span="11"> <c-col :span="11">
...@@ -147,4 +147,8 @@ export default { ...@@ -147,4 +147,8 @@ export default {
.el-col >>> .el-divider--horizontal { .el-col >>> .el-divider--horizontal {
margin-top: 0; margin-top: 0;
} }
.labelItemSet >>> .el-form-item__label{
text-align: left;
font-weight: bold;
}
</style> </style>
\ No newline at end of file
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<c-button size="small" type="primary">Loginfo</c-button> <c-button size="small" type="primary">Loginfo</c-button>
</div> --> </div> -->
<c-col :span="11" :offset="1"> <c-col :span="11" style="height:24px">
<el-form-item label="Booking date from" prop="infcon.seabucdatfro"> <el-form-item label="Booking date from" prop="infcon.seabucdatfro">
<c-col :span="11"> <c-col :span="11">
<c-date-picker <c-date-picker
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
</c-col> </c-col>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="11" :offset="1"> <c-col :span="11" :offset="1" style="height:24px">
<el-form-item label="Transaction INR" prop="infcon.seatrninr"> <el-form-item label="Transaction INR" prop="infcon.seatrninr">
<c-input <c-input
v-model="model.infcon.seatrninr" v-model="model.infcon.seatrninr"
...@@ -44,8 +44,7 @@ ...@@ -44,8 +44,7 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-row class="infrow" style="margin-top: 20px"> <c-col :span="23">
<c-col :span="22" :offset="1">
<c-istream-table :list="stmData.data" :columns="stmData.columns"> <c-istream-table :list="stmData.data" :columns="stmData.columns">
<el-table-column prop="op" label="OP" width="100" fixed="right"> <el-table-column prop="op" label="OP" width="100" fixed="right">
<template slot-scope="scope"> <template slot-scope="scope">
...@@ -56,7 +55,6 @@ ...@@ -56,7 +55,6 @@
</el-table-column> </el-table-column>
</c-istream-table> </c-istream-table>
</c-col> </c-col>
</c-row>
</c-content> </c-content>
</template> </template>
<script> <script>
......
...@@ -11,8 +11,7 @@ ...@@ -11,8 +11,7 @@
<c-button size="small" type="primary">Loginfo</c-button> <c-button size="small" type="primary">Loginfo</c-button>
</div> --> </div> -->
<c-col :span="24" style="height:24px"> <c-col :span="24" style="height:24px">
<el-form-item label="Engagement Information"></el-form-item> <el-form-item label="Engagement Information" class="labelItemSet" label-width="300px"></el-form-item>
</c-col> </c-col>
<c-col :span="23"> <c-col :span="23">
...@@ -60,6 +59,9 @@ ...@@ -60,6 +59,9 @@
} }
} }
</script> </script>
<style> <style scoped>
.labelItemSet >>> .el-form-item__label{
text-align: left;
font-weight: bold;
}
</style> </style>
\ No newline at end of file
...@@ -11,10 +11,10 @@ ...@@ -11,10 +11,10 @@
<c-button size="small" type="primary">Loginfo</c-button> <c-button size="small" type="primary">Loginfo</c-button>
</div> --> </div> -->
<c-col :span="22" :offset="1"> <c-col :span="24" style="height:24px">
<el-form-item label="Pending Items"></el-form-item> <el-form-item label="Pending Items" class="labelItemSet"></el-form-item>
</c-col> </c-col>
<c-col style="height:19px">
<c-col :span="4"> <c-col :span="4">
<el-form-item label="" prop="infcon.sptinc" label-width="0"> <el-form-item label="" prop="infcon.sptinc" label-width="0">
<c-checkbox v-model="model.infcon.sptinc">Incoming</c-checkbox> <c-checkbox v-model="model.infcon.sptinc">Incoming</c-checkbox>
...@@ -40,8 +40,8 @@ ...@@ -40,8 +40,8 @@
<c-checkbox v-model="model.infcon.sptdel">Deleted</c-checkbox> <c-checkbox v-model="model.infcon.sptdel">Deleted</c-checkbox>
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col>
<c-row class="infrow" style="margin-top:20px;">
<c-col :span="23"> <c-col :span="23">
<c-istream-table :list="stmData.sptstmData" :columns="stmData.sptstmColumns"> <c-istream-table :list="stmData.sptstmData" :columns="stmData.sptstmColumns">
<el-table-column prop="op" label="OP" width="100"> <el-table-column prop="op" label="OP" width="100">
...@@ -51,14 +51,12 @@ ...@@ -51,14 +51,12 @@
</el-table-column> </el-table-column>
</c-istream-table> </c-istream-table>
</c-col> </c-col>
</c-row>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Diaries"></el-form-item> <el-form-item label="Diaries"></el-form-item>
</c-col> </c-col>
<br />
<c-col :span="11"> <c-col :span="11">
<el-form-item label="Date from" prop="infcon.diadatfrom"> <el-form-item label="Date from" prop="infcon.diadatfrom">
...@@ -83,7 +81,6 @@ ...@@ -83,7 +81,6 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-row class="infrow" style="margin-top:20px;">
<c-col :span="23"> <c-col :span="23">
<c-istream-table :list="stmData.diastmData" :columns="stmData.diastmColumns"> <c-istream-table :list="stmData.diastmData" :columns="stmData.diastmColumns">
<el-table-column prop="op" label="OP" width="100"> <el-table-column prop="op" label="OP" width="100">
...@@ -93,7 +90,6 @@ ...@@ -93,7 +90,6 @@
</el-table-column> </el-table-column>
</c-istream-table> </c-istream-table>
</c-col> </c-col>
</c-row>
</c-content> </c-content>
</template> </template>
...@@ -144,6 +140,9 @@ ...@@ -144,6 +140,9 @@
} }
} }
</script> </script>
<style> <style scoped>
.labelItemSet >>> .el-form-item__label{
text-align: left;
font-weight: bold;
}
</style> </style>
\ No newline at end of file
...@@ -11,17 +11,17 @@ ...@@ -11,17 +11,17 @@
<c-button size="small" type="primary">Loginfo</c-button> <c-button size="small" type="primary">Loginfo</c-button>
</div> --> </div> -->
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Temporary Settlement"></el-form-item> <el-form-item label="Temporary Settlement" class="labelItemSet"></el-form-item>
</c-col> </c-col>
<c-col :span="7"> <c-col :span="7" style="height:19px">
<el-form-item label="" prop="infcon.setflg" label-width="0"> <el-form-item label="" prop="infcon.setflg" label-width="0">
<c-checkbox v-model="model.infcon.setflg">show temporary settlement that already settled <c-checkbox v-model="model.infcon.setflg">show temporary settlement that already settled
</c-checkbox> </c-checkbox>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="7"> <c-col :span="7" style="height:19px">
<el-form-item label="" prop="infcon.sepdelflg" label-width="0"> <el-form-item label="" prop="infcon.sepdelflg" label-width="0">
<c-checkbox v-model="model.infcon.sepdelflg">show temporary settlement that already deleted <c-checkbox v-model="model.infcon.sepdelflg">show temporary settlement that already deleted
</c-checkbox> </c-checkbox>
...@@ -75,6 +75,9 @@ ...@@ -75,6 +75,9 @@
} }
} }
</script> </script>
<style> <style scoped>
.labelItemSet >>> .el-form-item__label{
text-align: left;
font-weight: bold;
}
</style> </style>
\ No newline at end of file
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="11"> <c-col :span="11" style="height:24px">
<el-form-item label="Direction" prop="infcon.smhdir"> <el-form-item label="Direction" prop="infcon.smhdir">
<c-select <c-select
v-model="model.infcon.smhdir" v-model="model.infcon.smhdir"
......
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