|
@@ -2,7 +2,7 @@
|
|
|
<view class="page" :style="{'min-height':h+'px', 'padding-top':mt+'px'}">
|
|
|
<cus-header title='创衡汇教练AI智能体' :showback="false"></cus-header>
|
|
|
<div class="content">
|
|
|
- <image src="@/static/logo.png"></image>
|
|
|
+ <image src="@/static/logo.png" mode="heightFix"></image>
|
|
|
<div class="title">Hi,我是企业教练~</div>
|
|
|
<div class="tip">很高兴遇见你!作为你的AI教练,我随时可以回答您的问题</div>
|
|
|
<div class="item adf">
|
|
@@ -94,7 +94,6 @@
|
|
|
overflow-y: auto;
|
|
|
|
|
|
&>image{
|
|
|
- width: 88rpx;
|
|
|
height: 88rpx;
|
|
|
margin-top: 100rpx;
|
|
|
}
|