zhanghua
2023-02-09 bf9a412b20afe9f22e99448eb002ff9e92fd30cb
src/views/operate/car/myIndex/index.vue
@@ -52,7 +52,7 @@
                    </el-table-column>
                    <el-table-column prop="operation" label="操作" min-width="20">
                        <template slot-scope="scope">
                            <div class="btn">
                            <div class="operation">
                                <!-- <span @click="handleView(scope.row)">查看</span>
                                <span class="line">|</span> -->
                                <span @click="handleEdit(scope.row)">编辑</span>
@@ -577,7 +577,7 @@
            .operation {
                display: flex;
                color: var(--operation-color);
                .line {
                    padding: 0 5px;
                }