Commit 8f56f0e8 authored by 徐来柯's avatar 徐来柯

update

parent 35fac5dd
...@@ -64,7 +64,8 @@ ...@@ -64,7 +64,8 @@
<el-table-column <el-table-column
label="操作" label="操作"
show-overflow-tooltip> show-overflow-tooltip
width="180">
<template slot-scope="scope"> <template slot-scope="scope">
<div class="table_edit" @click="editFun(scope.row)" > <div class="table_edit" @click="editFun(scope.row)" >
<div class="edit_img"></div> <div class="edit_img"></div>
......
...@@ -509,7 +509,9 @@ export default { ...@@ -509,7 +509,9 @@ export default {
width:100%; width:100%;
height: 40px; height: 40px;
overflow: hidden; overflow: hidden;
margin:20px 0 0 280px; margin-top:20px;
display: flex;
justify-content: center;
.cancle{ .cancle{
width: 160px; width: 160px;
height: 40px; height: 40px;
......
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