Commit 7c909641 by nanrui

Sptsel UI问题解决

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