Commit 675d9809 by zhengxiaokui

zxk

parent b1c965af
<template> <template>
<c-row> <div>
<c-col :span="isAdd ? 21 : 22" style="margin-bottom: 18px" :offset="1"> <c-col :span="isAdd ? 21 : 22" style="margin-bottom: 18px" :offset="1">
<c-table <c-table
style="text-align: center" style="text-align: center"
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
<span class="add_del_button" @click="handleDelete">-</span> <span class="add_del_button" @click="handleDelete">-</span>
</div> </div>
</c-col> </c-col>
</c-row> </div>
</template> </template>
<script> <script>
import CommonProcess from "~/mixin/CommonProcess"; import CommonProcess from "~/mixin/CommonProcess";
......
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