fix: bug
This commit is contained in:
+2
-2
@@ -4,8 +4,8 @@ ENV = 'development.yh'
|
||||
|
||||
# VITE_APP_BASE_H5_API_Url = 'http://25.18.122.65:7001'
|
||||
|
||||
VITE_APP_BASE_H5_API_Url = 'http://25.18.122.91:9786'
|
||||
# VITE_APP_BASE_H5_API_Url = 'http://25.18.122.78:9786'
|
||||
# VITE_APP_BASE_H5_API_Url = 'http://25.18.122.91:9786'
|
||||
VITE_APP_BASE_H5_API_Url = 'http://25.18.122.78:9786'
|
||||
# VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7002'
|
||||
# VITE_APP_BASE_H5_API_Url_TRAEXAM = 'http://25.64.32.154:9604'
|
||||
# VITE_APP_BASE_H5_API_Url_TRAPRACTICE = 'http://25.64.32.156:9603'
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<view class="talking-item">
|
||||
<view :class="['talking-item', talkingType + '-item']">
|
||||
<!-- 头像信息 -->
|
||||
<view class="user-info" v-if="talkingType === 'answer'">
|
||||
<view class="avatar-box">
|
||||
@@ -131,11 +131,19 @@
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
|
||||
$talkItemPadding: 80rpx;
|
||||
.talking-item {
|
||||
overflow: hidden;
|
||||
margin-top: 0rpx;
|
||||
position: relative;
|
||||
margin-bottom: 24rpx;
|
||||
&.question-item{
|
||||
padding-left: $talkItemPadding;
|
||||
}
|
||||
&.answer-item{
|
||||
padding-right: $talkItemPadding;
|
||||
}
|
||||
&+.talking-item {
|
||||
margin-top: 30rpx;
|
||||
}
|
||||
@@ -199,6 +207,7 @@
|
||||
font-size: 24rpx;
|
||||
line-height: 38rpx;
|
||||
color: #8191AA;
|
||||
padding: 0 20rpx;
|
||||
}
|
||||
.talking-tips-loading{
|
||||
display: flex;
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<view class="talking-item">
|
||||
<!-- <view class="talking-item"> -->
|
||||
<view :class="['talking-item', talkingType + '-item']">
|
||||
<!-- 头像信息 -->
|
||||
<view class="user-info" v-if="talkingType === 'answer'">
|
||||
<view class="avatar-box">
|
||||
@@ -104,11 +105,19 @@
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
$talkItemPadding: 80rpx;
|
||||
.talking-item {
|
||||
overflow: hidden;
|
||||
margin-top: 0rpx;
|
||||
position: relative;
|
||||
margin-bottom: 24rpx;
|
||||
|
||||
&.question-item{
|
||||
padding-left: $talkItemPadding;
|
||||
}
|
||||
&.answer-item{
|
||||
padding-right: $talkItemPadding;
|
||||
}
|
||||
&+.talking-item {
|
||||
margin-top: 30rpx;
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
:inactive-style="{ color: '#333333', fontSize: '30rpx', fontWeight: '500' }"
|
||||
:activeStyle="{ color: '#333333', fontSize: '30rpx', fontWeight: '600' }"></uv-tabs>
|
||||
<uv-tabs :list="tabSecList" @click="changeTabSec" :current="currentTabSec" :scrollable="true"
|
||||
v-if="!resetingSec" class="font_pf my_tabs2"
|
||||
v-if="!resetingSec && (tabSecList.length > 1)" class="font_pf my_tabs2"
|
||||
:inactive-style="{ color: '#333333', fontSize: '24rpx', fontWeight: '500' }"
|
||||
:activeStyle="{ color: '#0066FF', fontSize: '24rpx', fontWeight: '500' }" :lineColor="`#06f`"></uv-tabs>
|
||||
<!-- :lineColor="`url(${LineBg}) 2% 2%`" -->
|
||||
|
||||
Reference in New Issue
Block a user