Commit d5937641 by zhangzhijie

el-button更换为span元素,与其他页面样式统一

parent a15676c8
......@@ -23,11 +23,14 @@
<el-button @click="toRouter('/queryZj')" size="mini">异常资金流动</el-button>
</template>
<template #btnGroup="scope">
<el-button-group>
<el-button @click="jcyjHcyp(scope.scope)" type="text">合成研判</el-button>
<el-button @click="jcyjAddZczl(scope.scope)" type="text">下达指令</el-button>
<el-button @click="dele(scope.scope)" type="text">删除</el-button>
</el-button-group>
<span @click="jcyjHcyp(scope.scope)" class="hbyp">合成研判</span>
<span @click="jcyjAddZczl(scope.scope)" class="hbyp">下达指令</span>
<span @click="dele(scope.scope)" class="hbyp">删除</span>
<!-- <el-button-group >-->
<!-- <el-button @click="jcyjHcyp(scope.scope)" type="text">合成研判</el-button>-->
<!-- <el-button @click="jcyjAddZczl(scope.scope)" type="text">下达指令</el-button>-->
<!-- <el-button @click="dele(scope.scope)" type="text">删除</el-button>-->
<!-- </el-button-group>-->
</template>
</right-content>
......@@ -283,4 +286,14 @@ export default {
</script>
<style scoped lang="scss">
@import "@/assets/styles/rightContent.scss";
.hbyp {
font-size: 14px;
font-family: Source Han Sans CN;
font-weight: 400;
line-height: 22px;
color: #007aff;
margin-right: 16px;
cursor: pointer;
}
</style>
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