...
 
Commits (2)
    https://gitcode.net/dcloud/hello-uni-app-x/-/commit/5dd8ed07d12a1f00f29045e389a5765c622d0ccb 修改一些错误告警写法 2024-04-20T21:49:55+08:00 wanganxp wanganxp@gmail.com https://gitcode.net/dcloud/hello-uni-app-x/-/commit/20540453b066912c7da630832abc58a7faad8e4d Merge branch 'dev' of https://gitcode.net/dcloud/hello-uni-app-x into dev 2024-04-20T21:50:06+08:00 wanganxp wanganxp@gmail.com
......@@ -126,7 +126,7 @@
}
.fixed {
/* #ifdef H5*/
/* #ifdef WEB*/
top: calc(var(--window-top) + 25px);
/* #endif */
}
......
......@@ -4,7 +4,7 @@
<!-- #endif -->
<page-head :title="title"></page-head>
<view class="uni-padding-wrap uni-common-mt">
<view class="text-box" scroll-y="true">
<view class="text-box">
<text class="text">{{ text }}</text>
</view>
<view class="uni-btn-v">
......
......@@ -5,7 +5,7 @@
:hover-start-time="start_time" :hover-stay-time="stay_time">
</view>
</view>
<scroll-view style="flex: 1" scroll-y="true">
<scroll-view style="flex: 1">
<view class="content">
<boolean-data :defaultValue="false" title="是否指定按下去的样式类" @change="change_hover_class_boolean"></boolean-data>
<boolean-data :defaultValue="false" title="是否阻止本节点的祖先节点出现点击态"
......