Commit b37e6644 by liushikai
parents 6a0305bf 3e4e16ed
......@@ -290,3 +290,8 @@
.el-table--border td.lastColumn{
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 {
arr.push({
prop: vals[0],
label: vals[1],
width: "auto",
width: vals[2] ? vals[2] : "auto",
});
this.column.push(vals[0]);
}
......
<template>
<div class="busnavbar">
<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>
</template>
......@@ -108,5 +108,6 @@ export default {
<style>
.busnavbar-items{
/*TODO完善按钮间隔等样式 */
margin-left:8px;
}
</style>
......@@ -296,7 +296,7 @@
</c-list-search>
<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>
<!-- <el-row> -->
......
......@@ -414,8 +414,8 @@ export default {
stmData: {
columns: [
//注释的已改成静态
"role 收报人",
"pandsc 描述",
"role 收报人 80px",
"pandsc 描述 260px",
//"cortyp 类型",
//"docsnf 报文格式",
//"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