Commit 4bc16f5c authored by zhengke's avatar zhengke

修改样式

parent f9945741
...@@ -315,7 +315,7 @@ ...@@ -315,7 +315,7 @@
</span> </span>
</el-popover> </el-popover>
</td> </td>
<td rowspan="2" style="text-align:center;"> <td style="text-align:center;">
<el-button-group size='mini'> <el-button-group size='mini'>
<el-tooltip class="item" effect="dark" :content="$t('ground.glbaojia')" placement="top-start"> <el-tooltip class="item" effect="dark" :content="$t('ground.glbaojia')" placement="top-start">
<el-button type="primary" class="iconfont icon-bianji-smal" @click="managePrice(item.Id)"></el-button> <el-button type="primary" class="iconfont icon-bianji-smal" @click="managePrice(item.Id)"></el-button>
...@@ -332,14 +332,14 @@ ...@@ -332,14 +332,14 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="10"> <td colspan="13">
{{$t('pub.pubRemark')}}: {{item.Remark}} {{$t('pub.pubRemark')}}: {{item.Remark}}
</td> </td>
</tr> </tr>
</tbody> </tbody>
<tfoot> <tfoot>
<tr> <tr>
<td colspan="11"> <td colspan="13">
<el-pagination background @current-change="handleCurrentChange" :current-page.sync="currentPage" <el-pagination background @current-change="handleCurrentChange" :current-page.sync="currentPage"
layout="total,prev, pager, next, jumper" :page-size="this.msg.pageSize" :total="total"> layout="total,prev, pager, next, jumper" :page-size="this.msg.pageSize" :total="total">
</el-pagination> </el-pagination>
......
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