Commit 62435119 authored by zhengke's avatar zhengke

修改页面

parent a0bf0171
<style>
.newTripOneImg img{
width:100%;
height:500px;
}
.newTripHalfImg{
display: inline-block;
......
......@@ -5,7 +5,7 @@
<template v-if="CurrentUserInfo.RB_Group_id==2">
<img :src="champion.employeeImg" :onerror="defaultHeadImg" />
</template>
<template>
<template v-else>
<img src="../../assets/img/default_head_img.jpg" :onerror="defaultHeadImg" />
</template>
</div>
......@@ -91,7 +91,7 @@ export default {
.sell-box .top .caidai {
position: absolute;
top: 75px;
left: 110px;
left: 115px;
width: 240px;
height: 57px;
z-index: 2;
......
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