Commit af19cc32 by kingboy_xin

no message

parent f8429464
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
.tabletitle span{ line-height: 20px; padding: 0 10px; background: none; border-radius: 1px; border: 1px solid #626D92; color: #AAB1D2; display: block; float: left; margin-right: 5px;} .tabletitle span{ line-height: 20px; padding: 0 10px; background: none; border-radius: 1px; border: 1px solid #626D92; color: #AAB1D2; display: block; float: left; margin-right: 5px;}
.tabletitle span.clk{ background: #2680FF; border: 1px solid #2680FF; color: #fff;} .tabletitle span.clk{ background: #2680FF; border: 1px solid #2680FF; color: #fff;}
.tabletitle span.nclk{ background:none; border: 0px solid #2680FF; color: #A6AED6; font-size: 14px;} .tabletitle span.nclk{ background:none; border: 0px solid #2680FF; color: #A6AED6; font-size: 14px;}
.tabletitle img{ position: absolute; right: 5px;top:42px; height: 13px; width: 13px; z-index: 999;} .tabletitle img{ position: absolute; right: 2px;top:42px; height: 13px; width: 13px; z-index: 999;}
.yytable{ position: absolute; right: 5%; top: 2%; padding: 10px; border-radius:4px; height: 250px; background: rgba(23,26,40,0.9); width: 300px;} .yytable{ position: absolute; right: 5%; top: 2%; padding: 10px; border-radius:4px; height: 250px; background: rgba(23,26,40,0.9); width: 300px;}
......
...@@ -135,8 +135,8 @@ ...@@ -135,8 +135,8 @@
{{scope.row.QYRS_TBZ}} {{scope.row.QYRS_TBZ}}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="QYL" :formatter="stateFormat" min-width="60%" label="签约率·%"> <el-table-column prop="QYL" :formatter="stateFormat" min-width="65%" label="签约率·%">
<template slot-scope="scope"> <template slot-scope="scope">
{{nullreturn(scope.row.QYL)}} {{nullreturn(scope.row.QYL)}}
</template> </template>
</el-table-column> </el-table-column>
...@@ -534,7 +534,7 @@ ...@@ -534,7 +534,7 @@
data: [] data: []
}, },
{ {
hoverAnimation: true, hoverAnimation: false,
hoverOffset: 3, hoverOffset: 3,
name: '', name: '',
type: 'pie', type: 'pie',
...@@ -590,7 +590,7 @@ ...@@ -590,7 +590,7 @@
calculable: false, calculable: false,
series: [ series: [
{ {
hoverAnimation: true, hoverAnimation: false,
hoverOffset: 3, hoverOffset: 3,
name: '', name: '',
type: 'pie', type: 'pie',
......
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