Commit b37e6644 by liushikai
parents 6a0305bf 3e4e16ed
...@@ -289,4 +289,9 @@ ...@@ -289,4 +289,9 @@
} }
.el-table--border td.lastColumn{ .el-table--border td.lastColumn{
border-right: 0!important; border-right: 0!important;
}
.el-table__fixed,
.el-table__fixed-right {
height: 100% !important;
bottom:17px;
} }
\ No newline at end of file
...@@ -63,7 +63,7 @@ export default { ...@@ -63,7 +63,7 @@ export default {
arr.push({ arr.push({
prop: vals[0], prop: vals[0],
label: vals[1], label: vals[1],
width: "auto", width: vals[2] ? vals[2] : "auto",
}); });
this.column.push(vals[0]); this.column.push(vals[0]);
} }
......
<template> <template>
<div class="busnavbar"> <div class="busnavbar">
<div class="busnavbar-items"> <div class="busnavbar-items">
<c-button v-for="(item,index) in codeList" v-bind:key="index" @click.native="onNarBtnClick(item.code,index)" :title="item.title" :disabled="item.isDis==='N'">{{item.label}}</c-button> <c-button size="medium" type="primary" v-for="(item,index) in codeList" v-bind:key="index" @click.native="onNarBtnClick(item.code,index)" :title="item.title" :disabled="item.isDis==='N'">{{item.label}}</c-button>
</div> </div>
</div> </div>
</template> </template>
...@@ -108,5 +108,6 @@ export default { ...@@ -108,5 +108,6 @@ export default {
<style> <style>
.busnavbar-items{ .busnavbar-items{
/*TODO完善按钮间隔等样式 */ /*TODO完善按钮间隔等样式 */
margin-left:8px;
} }
</style> </style>
...@@ -296,7 +296,7 @@ ...@@ -296,7 +296,7 @@
</c-list-search> </c-list-search>
<c-col :span="24" style="margin-top: 10px"> <c-col :span="24" style="margin-top: 10px">
<c-button type="primary" size="small" @click="toDitopn">信用证开立</c-button> <c-button size="medium" type="primary" @click="toDitopn">信用证开立</c-button>
</c-col> </c-col>
<!-- <el-row> --> <!-- <el-row> -->
......
...@@ -414,8 +414,8 @@ export default { ...@@ -414,8 +414,8 @@ export default {
stmData: { stmData: {
columns: [ columns: [
//注释的已改成静态 //注释的已改成静态
"role 收报人", "role 收报人 80px",
"pandsc 描述", "pandsc 描述 260px",
//"cortyp 类型", //"cortyp 类型",
//"docsnf 报文格式", //"docsnf 报文格式",
//"docuil 语言", //"docuil 语言",
......
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