no message

This commit is contained in:
2025-09-06 19:24:54 +08:00
committed by charles
parent fa720bd5be
commit c906fb8dfe
5 changed files with 109 additions and 3 deletions
+22 -1
View File
@@ -1,5 +1,5 @@
<template>
<view class="content-one">
<view class="content-two" >
<TopSafe></TopSafe>
<view class="head-view">
<view class="head-search" @click="onJumpSearch">
@@ -100,6 +100,27 @@ export default {
</script>
<style lang="scss" scoped>
.content-two{
display: flex;
min-width: 750rpx;
max-width: 750rpx;
// #ifdef H5
height: calc(100vh - 100rpx);
//#endif
// #ifndef H5
height:500rpx;
//#endif
height: calc(100vh - 20rpx - var(--window-bottom));
padding: 0;
margin: 0;
flex-direction: column;
align-items: center;
position: fixed;
top:0;
left:0;
overflow: hidden;
background-color: $app-bj;
}
.head-view{
width:100%;
min-height:88rpx;