Commit 3e4e16ed by 吴佳

2022.01.12 wujia 信用证查询 按钮样式调整

parent 1d4cfd4a
<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> -->
......
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