css
This commit is contained in:
@@ -99,7 +99,7 @@ export default {
|
||||
...mapState(['user']),
|
||||
},
|
||||
onLoad() {
|
||||
this.scrollHeight = uni.getSystemInfoSync().windowHeight - 150
|
||||
this.scrollHeight = uni.getSystemInfoSync().windowHeight
|
||||
this.getHistoryList()
|
||||
// var res = ["http://test87ftp.cunwuyun.cn/20240109/filename-20240109111547.mp3;0678a73c50b74bdcb8398e14ffbb35e5"]
|
||||
// this.voiceUrl = res[0].split(';')[0]
|
||||
@@ -362,9 +362,6 @@ export default {
|
||||
justify-content: space-between;
|
||||
}
|
||||
}
|
||||
.scroll-Y {
|
||||
height: calc(100vh - 364px);
|
||||
}
|
||||
.list-content {
|
||||
padding: 32px 32px 364px;
|
||||
overflow: hidden;
|
||||
|
||||
Reference in New Issue
Block a user