Browse Source

按钮间距调整

master
gjh 5 days ago
parent
commit
e601251be8
  1. 2
      src/views/projectBoard/unfinishNode/index.vue

2
src/views/projectBoard/unfinishNode/index.vue

@ -33,7 +33,7 @@
>
<el-button type="primary" round> 导入评分信息 </el-button>
</a-upload>
<el-button type="primary" round @click="sortContract" v-if="roleList.includes('sys:admin')">
<el-button type="primary" round @click="sortContract" v-if="roleList.includes('sys:admin')"style="margin-left: 20px;">
合同支付排序</el-button
>
<el-button type="primary" style="float: right; margin-right: 2%" @click="getInfo">

Loading…
Cancel
Save