This commit is contained in:
parent
9b56c6144e
commit
2d3c0796a4
|
|
@ -151,6 +151,7 @@ isShowPriceFun()
|
||||||
.item_1_span {
|
.item_1_span {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
width: 210px;
|
||||||
}
|
}
|
||||||
.item_2_span {
|
.item_2_span {
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
|
|
|
||||||
|
|
@ -109,7 +109,7 @@
|
||||||
</svg>
|
</svg>
|
||||||
<div style="font-size: 30px">{{ pageData.personPhone }}</div>
|
<div style="font-size: 30px">{{ pageData.personPhone }}</div>
|
||||||
</div>
|
</div>
|
||||||
<div style="text-align: right">
|
<!-- <div style="text-align: right">
|
||||||
<el-button
|
<el-button
|
||||||
round
|
round
|
||||||
type="primary"
|
type="primary"
|
||||||
|
|
@ -118,7 +118,7 @@
|
||||||
@click="onChat"
|
@click="onChat"
|
||||||
>在线聊</el-button
|
>在线聊</el-button
|
||||||
>
|
>
|
||||||
</div>
|
</div> -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="businessInfo">
|
<div class="businessInfo">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue