Commit 7b1b9bfd by Wuyuqiu

信用证入口交易页面布局

parent abc581ad
......@@ -706,4 +706,8 @@ padding-left: 30px;
}
.el-table--small .el-table__cell {
padding: 0 0;
}
.el-table .cell {
padding-bottom: 5px;
padding-top: 5px;
}
\ No newline at end of file
......@@ -133,7 +133,7 @@
<div style="height: 90%">
<c-col :span="24">
<el-table :header-cell-style="{background: 'var(--theadkbgcolor)'}" :header-row-style="{height: '10px'}" :row-style="{height: '10px'}" :cell-style="{padding: '0px'}" v-loading="load" :data="stmData.data" style="width:100%;" size="small" :border="true" height="calc(100vh - 474px)" :highlight-current-row="true" @row-click="TableRowClick" @row-dblclick="TableDblRow">
<el-table :header-cell-style="{background: 'var(--theadkbgcolor)'}" :header-row-style="{height: '5px'}" :row-style="{height: '5px'}" :cell-style="{padding: '0px'}" v-loading="load" :data="stmData.data" style="width:100%;" size="small" :border="true" height="calc(100vh - 475px)" :highlight-current-row="true" @row-click="TableRowClick" @row-dblclick="TableDblRow">
<el-table-column label="信用证编号" prop="seaownref" align="left" fixed="left" min-width="150" :show-overflow-tooltip="true" sortable>
</el-table-column>
<el-table-column label="客户经理" prop="ownusr" align="left" min-width="100" sortable>
......
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