Commit 7c909641 by nanrui

Sptsel UI问题解决

parent c699593f
......@@ -4,7 +4,7 @@
<c-button
icon="el-icon-s-tools"
@click="clounmSetting"
style="margin-right: 28px;margin-top: 10px;"
style="margin-right: 20px;margin-top: 10px;"
></c-button>
</div>
<el-table
......
......@@ -110,7 +110,7 @@
</c-col>
<c-col :span="24">
<c-istream-table :list="stmData.data" :columns="stmData.columns" :showButtonFlg="true">
<c-table-column fixed="right" prop="op" label="操作" width="165px" >
<el-table-column fixed="right" prop="op" label="操作" width="165px" >
<template slot="header">
<c-col :span="11" style="text-align:center"><span>操作</span></c-col>
</template>
......@@ -141,7 +141,7 @@
<a slot="reference" href="javascript:void(0)" style="margin-left: 5px"><i class="el-icon-more"></i></a>
</el-popover>
</template>
</c-table-column>
</el-table-column>
</c-istream-table>
</c-col>
<el-dialog :visible.sync="initdialog" :title="'交易列表'" append-to-body>
......
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