|
@@ -48,7 +48,7 @@
|
|
|
@selection-change="handleSelectionChange"
|
|
|
@sort-change="changeTableSort"
|
|
|
>
|
|
|
- <el-table-column label="场外对标列表">
|
|
|
+
|
|
|
<el-table-column type="index" width="50"> </el-table-column>
|
|
|
<el-table-column
|
|
|
type="selection"
|
|
@@ -221,13 +221,13 @@
|
|
|
<el-table-column fixed="right" prop="address" label="操作" width="70">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button
|
|
|
- size="mini"
|
|
|
+ size="medium"
|
|
|
+ type="text"
|
|
|
@click="handleEdit(scope.$index, scope.row)"
|
|
|
>详情</el-button
|
|
|
>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- </el-table-column>
|
|
|
</el-table>
|
|
|
|
|
|
<el-dialog
|
|
@@ -272,13 +272,13 @@
|
|
|
<el-col :span="12"
|
|
|
><div
|
|
|
id="chartPie"
|
|
|
- style="width: 800px; height: 400px; margin: auto"
|
|
|
+ style="width: 800px; height: 400px; margin-top: 33px;margin-left:99px"
|
|
|
></div>
|
|
|
</el-col>
|
|
|
<el-col :span="12">
|
|
|
<div
|
|
|
id="chartPieRight"
|
|
|
- style="width: 800px; height: 400px; margin: auto"
|
|
|
+ style="width: 800px; height: 400px; margin-top: 33px;margin-left:99px"
|
|
|
></div
|
|
|
></el-col>
|
|
|
</el-row>
|