Commit d40a6068 authored by zhengke's avatar zhengke

修改页面样式

parent 26497caf
......@@ -173,7 +173,7 @@ export default {
}
</script>
<style>
@import "//at.alicdn.com/t/font_635492_rwoxda6u56n.css";
@import "//at.alicdn.com/t/font_635492_b5w8t86krqv.css";
@import "./assets/css/Semibold.css";
@import "./assets/css/global/config.css";
@import "./assets/css/fileIcon.css";
......
......@@ -62,7 +62,7 @@
}
.guidPerformance .leftTop {
width: 1010px;
width: 1100px;
height: 360px;
border: 1px solid #E6E6E6;
background-color: #fff;
......@@ -311,7 +311,13 @@
.leaderHeadTd td {
background-color: #f1f1f1;
}
.mainLeftdiv .singeRowTable img{
border-radius: 50%;
}
.EmphoName{
position: relative;
top:-5px;
}
</style>
<template>
<div class='flexOne guidPerformance'>
......@@ -384,12 +390,26 @@
</tr>
<tr v-for="(item,index) in DataList" :key="index">
<td>
{{index+1}}
<div style="width:45px;text-align:left;margin:auto;">
{{index+1}}
<template v-if="index+1==1">
<img style="width:25px;" src="../../assets/img/chamPion.png" alt=""/>
</template>
<template v-if="index+1==2">
<img style="width:25px;" src="../../assets/img/runnerUp.png" alt=""/>
</template>
<template v-if="index+1==3">
<img style="width:25px;" src="../../assets/img/bronze.png" alt=""/>
</template>
<template v-else>
<div style="width:25px;"></div>
</template>
</div>
</td>
<td>
<img v-if="!item.EmPhoto" src="../../assets/img/default_head_img.jpg" style="width:20px;heigth:20px;" />
<img v-if="!item.EmPhoto" src="../../assets/img/default_head_img.jpg" style="width:20px;height:20px;" />
<img v-else :src="item.EmPhoto" :onerror='defaultImg' style="width:20px;heigth:20px;" />
{{item.Name}}
<span class="EmphoName">{{item.Name}}</span>
</td>
<td>
{{item.LeaderExtract}}
......
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