|
@@ -3,7 +3,7 @@
|
|
|
<el-scrollbar style="height:100%">
|
|
|
<el-card style="background:rgb(231, 224, 235);border-radius: 60px;" shadow="hover">
|
|
|
<el-row>
|
|
|
- <el-col :span="20" class="title">
|
|
|
+ <el-col :span="21" class="title">
|
|
|
<span v-if="returns">
|
|
|
<el-button
|
|
|
size="mini"
|
|
@@ -19,7 +19,7 @@
|
|
|
{{ title }}
|
|
|
</slot>
|
|
|
</el-col>
|
|
|
- <el-col :span="4" class="title" v-if="needAdd">
|
|
|
+ <el-col :span="3" class="title" v-if="needAdd">
|
|
|
<el-button type="primary" icon="el-icon-plus" size="mini" @click="$emit('add')">新增</el-button>
|
|
|
</el-col>
|
|
|
</el-row>
|