Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
hello uni-app x
提交
21e2a5ed
H
hello uni-app x
项目概览
DCloud
/
hello uni-app x
通知
5995
Star
90
Fork
162
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
18
列表
看板
标记
里程碑
合并请求
1
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
H
hello uni-app x
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
18
Issue
18
列表
看板
标记
里程碑
合并请求
1
合并请求
1
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
21e2a5ed
编写于
3月 06, 2024
作者:
雪洛
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
feat: web端启用sticky-header、sticky-section页面
上级
27112766
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
4 addition
and
10 deletion
+4
-10
pages.json
pages.json
+0
-2
pages/component/sticky-header/sticky-header.uvue
pages/component/sticky-header/sticky-header.uvue
+1
-1
pages/component/sticky-section/sticky-section.uvue
pages/component/sticky-section/sticky-section.uvue
+1
-1
pages/tabBar/component.uvue
pages/tabBar/component.uvue
+0
-2
pages/template/list-news/list-news.uvue
pages/template/list-news/list-news.uvue
+2
-4
未找到文件。
pages.json
浏览文件 @
21e2a5ed
...
@@ -81,7 +81,6 @@
...
@@ -81,7 +81,6 @@
"navigationBarTitleText"
:
"list-view-children-in-slot"
"navigationBarTitleText"
:
"list-view-children-in-slot"
}
}
},
},
//
#ifdef
APP
{
{
"path"
:
"pages/component/sticky-section/sticky-section"
,
"path"
:
"pages/component/sticky-section/sticky-section"
,
"style"
:
{
"style"
:
{
...
@@ -96,7 +95,6 @@
...
@@ -96,7 +95,6 @@
"enablePullDownRefresh"
:
false
"enablePullDownRefresh"
:
false
}
}
},
},
//#endif
{
{
"path"
:
"pages/component/text/text"
,
"path"
:
"pages/component/text/text"
,
"style"
:
{
"style"
:
{
...
...
pages/component/sticky-header/sticky-header.uvue
浏览文件 @
21e2a5ed
...
@@ -74,7 +74,7 @@
...
@@ -74,7 +74,7 @@
.content-item {
.content-item {
padding: 15px;
padding: 15px;
margin
: 5px 0
;
margin
-bottom: 10px
;
background-color: #fff;
background-color: #fff;
}
}
...
...
pages/component/sticky-section/sticky-section.uvue
浏览文件 @
21e2a5ed
...
@@ -72,7 +72,7 @@
...
@@ -72,7 +72,7 @@
.content-item {
.content-item {
padding: 15px;
padding: 15px;
margin
: 5px 0
;
margin
-bottom: 10px
;
background-color: #fff;
background-color: #fff;
}
}
</style>
</style>
pages/tabBar/component.uvue
浏览文件 @
21e2a5ed
...
@@ -80,14 +80,12 @@
...
@@ -80,14 +80,12 @@
{
{
name: 'list-view',
name: 'list-view',
},
},
// #ifdef APP
{
{
name: 'sticky-header',
name: 'sticky-header',
},
},
{
{
name: 'sticky-section',
name: 'sticky-section',
},
},
// #endif
] as Page[],
] as Page[],
},
},
{
{
...
...
pages/template/list-news/list-news.uvue
浏览文件 @
21e2a5ed
...
@@ -4,8 +4,7 @@
...
@@ -4,8 +4,7 @@
<list-item class="banner" @click="bannerClick(banner)" type=1>
<list-item class="banner" @click="bannerClick(banner)" type=1>
<image class="banner-img" :src="banner.cover"></image>
<image class="banner-img" :src="banner.cover"></image>
<text class="banner-title">{{ banner.title }}</text>
<text class="banner-title">{{ banner.title }}</text>
</list-item>
</list-item>
<!-- #ifdef APP -->
<sticky-header>
<sticky-header>
<view
<view
style="width: 100%;height:44px;background-color: #f5f5f5;flex-direction: row;justify-content:center;align-items:center;">
style="width: 100%;height:44px;background-color: #f5f5f5;flex-direction: row;justify-content:center;align-items:center;">
...
@@ -13,8 +12,7 @@
...
@@ -13,8 +12,7 @@
{{name}}
{{name}}
</text>
</text>
</view>
</view>
</sticky-header>
</sticky-header>
<!-- #endif -->
<list-item v-for="(value, index) in listData" :key="index" type=2>
<list-item v-for="(value, index) in listData" :key="index" type=2>
<view class="uni-list-cell" hover-class="uni-list-cell-hover" @click="goDetail(value)">
<view class="uni-list-cell" hover-class="uni-list-cell-hover" @click="goDetail(value)">
<view class="uni-media-list">
<view class="uni-media-list">
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录