Skip to content

Commit a8bf931

Browse files
author
pixel
committed
字典样式修改
1 parent d5221a6 commit a8bf931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/view/superAdmin/dictionary/sysDictionary.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<el-button size="mini" type="text" @click="scope.row.visible = false">取消</el-button>
5959
<el-button type="primary" size="mini" @click="deleteSysDictionary(scope.row)">确定</el-button>
6060
</div>
61-
<el-button type="danger" icon="el-icon-delete" size="mini" slot="reference">删除</el-button>
61+
<el-button type="danger" icon="el-icon-delete" size="mini" slot="reference" style="margin-left:10px">删除</el-button>
6262
</el-popover>
6363
</template>
6464
</el-table-column>

0 commit comments

Comments
 (0)