Commit 86f7ebf7 authored by zhangyichen's avatar zhangyichen

修改bug

parent 0ee09821
...@@ -47,7 +47,7 @@ export default { ...@@ -47,7 +47,7 @@ export default {
// fix css style bug in open el-dialog // fix css style bug in open el-dialog
.el-popup-parent--hidden { .el-popup-parent--hidden {
.fixed-header { .fixed-header {
padding-right: 15px; // padding-right: 15px;
} }
} }
</style> </style>
...@@ -47,17 +47,6 @@ ...@@ -47,17 +47,6 @@
>新增 >新增
</el-button> </el-button>
</el-col> </el-col>
<el-col :span="1.5">
<el-button
v-hasPermi="['sys:dict:update']"
type="success"
icon="el-icon-edit"
size="mini"
:disabled="single"
@click="handleUpdate"
>修改
</el-button>
</el-col>
<el-col :span="1.5"> <el-col :span="1.5">
<el-button <el-button
v-hasPermi="['sys:dict:delete']" v-hasPermi="['sys:dict:delete']"
......
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
v-hasPermi="['sys:dict:add']" v-hasPermi="['sys:dict:add']"
type="primary" type="primary"
icon="el-icon-plus" icon="el-icon-plus"
size="small" size="mini"
@click="handleAdd" @click="handleAdd"
>新增</el-button> >新增</el-button>
</el-col> </el-col>
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
v-hasPermi="['sys:dict:export']" v-hasPermi="['sys:dict:export']"
type="success" type="success"
icon="el-icon-download" icon="el-icon-download"
size="small" size="mini"
@click="handleExport" @click="handleExport"
>导出</el-button> >导出</el-button>
</el-col> </el-col>
......
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