样式修改

This commit is contained in:
宋伟佳
2021-05-31 10:02:36 +08:00
parent 94d606ee2f
commit 194996da8d
8 changed files with 23 additions and 30 deletions
@@ -332,7 +332,6 @@
v-if="EditPermission !== '1'"
type="warning"
icon="el-icon-edit-outline"
round
@click="onlineEditing"
class="common-button-warning"
>在线编辑</el-button>
@@ -276,12 +276,10 @@
<el-button
type="primary"
class="common-button-primary add-button"
round
@click="addModal"
><i class="iconfont">&#xe84e;</i>新增</el-button>
<el-button
class="common-button-default delete-button"
round
@click="deleteStand"
><i class="iconfont">&#xe61b;</i>删除</el-button>
</div>
@@ -276,12 +276,10 @@
<el-button
type="primary"
class="common-button-primary add-button"
round
@click="addModal"
><i class="iconfont">&#xe84e;</i>新增</el-button>
<el-button
class="common-button-default delete-button"
round
@click="deleteStand"
><i class="iconfont">&#xe61b;</i>删除</el-button>
</div>
@@ -136,7 +136,6 @@
<el-button
type="primary"
class="common-button-primary"
round
icon="el-icon-edit"
@click="toogleExpand(scope.row, scope.$index)"
></el-button>
@@ -34,12 +34,10 @@
<div class="addbutton">
<el-button class="common-button-primary add-button"
type="primary"
round
:disabled="tableData.length === 0"
@click="EditAll">批量编辑</el-button>
<el-button class="common-button-primary add-button"
type="primary"
round
@click="AddModal"><i class="iconfont">&#xe84e;</i>新增</el-button>
</div>
<el-divider content-position="left">技术评估</el-divider>
@@ -42,7 +42,7 @@
<el-button class="common-button-primary add-button"
type="primary"
@click="submitAll"
round>批量同意</el-button>
>批量同意</el-button>
<!-- <el-button class="common-button-primary add-button"-->
<!-- type="primary"-->
<!-- @click="handleEntrust"-->
@@ -583,7 +583,7 @@
cancelButtonText: '取消',
type: 'warning',
confirmButtonClass: 'common-button-primary',
roundButton: true
roundButton: false
}).then(() => {
next()
})
@@ -639,7 +639,7 @@
cancelButtonText: '取消',
type: 'warning',
confirmButtonClass: 'common-button-primary',
roundButton: true
roundButton: false
}).then(() => {
next()
})