问答样式调整

This commit is contained in:
杨航
2025-08-08 15:49:29 +08:00
parent ef3e4aab33
commit ffd780290b
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -113,6 +113,8 @@ const audioObj = uni.createInnerAudioContext()
// app端
const recordObjCom = ref({})
const IsAndEnv = getPhoneEnvBool('AND')
const isStartNum = ref(0)
const isStopNum = ref(0)
const initRecord = () => {
recordObjCom.value = uni.getRecorderManager()
unref(recordObjCom)?.onStop((res, duration)=>{
@@ -158,8 +160,6 @@ const initRecord = () => {
}
const startFlag = ref(1)
// const canStart = ref(true)
const isStartNum = ref(0)
const isStopNum = ref(0)
const startRecord = () => {
isStartNum.value += 1
unref(recordObjCom).start({format:'mp3'})
+1 -1
View File
@@ -81,7 +81,7 @@
<style scoped lang="scss">
.answer-content{
background-color: #fff;
background-color: #f5f5f5;
padding: 20rpx;
border-radius: 15rpx;
padding-bottom: 10rpx;
+1 -1
View File
@@ -584,7 +584,7 @@
.bot-bg {
// background-color: #F6F8FF;
background: linear-gradient(136deg, rgba(234, 246, 255, 0) 0%, #c3e6ff 100%);
background: linear-gradient(136deg, rgba(234, 246, 255, 0) 0%, #fff 100%);
width: 100%;
flex: 1;
}