|
|
@ -9,7 +9,7 @@
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<el-table-column prop="companyName" label="企业名称" width="300">
|
|
|
|
<el-table-column prop="companyName" label="企业名称" width="300">
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
<el-table-column prop="score" label="平安指数" width="160">
|
|
|
|
<el-table-column prop="score" label="平安指数">
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
<el-table-column label="指标得分">
|
|
|
|
<el-table-column label="指标得分">
|
|
|
|
<el-table-column
|
|
|
|
<el-table-column
|
|
|
@ -112,7 +112,7 @@ export default {
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
<style lang="less" scoped>
|
|
|
|
<style lang="less" scoped>
|
|
|
|
/deep/.company_table.el-table {
|
|
|
|
/deep/.company_table.el-table {
|
|
|
|
width: 85.2vw;
|
|
|
|
// width: 85.2vw;
|
|
|
|
height: 65vh;
|
|
|
|
height: 65vh;
|
|
|
|
background: rgba(0, 0, 0, 0);
|
|
|
|
background: rgba(0, 0, 0, 0);
|
|
|
|
border: 0.1px solid #3f5564;
|
|
|
|
border: 0.1px solid #3f5564;
|
|
|
|