Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
hello uni-app x
提交
b68e0303
H
hello uni-app x
项目概览
DCloud
/
hello uni-app x
通知
6105
Star
98
Fork
168
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
19
列表
看板
标记
里程碑
合并请求
1
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
H
hello uni-app x
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
19
Issue
19
列表
看板
标记
里程碑
合并请求
1
合并请求
1
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
b68e0303
编写于
3月 27, 2024
作者:
taohebin@dcloud.io
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix: 修改自`定义导航栏`、`自定义TabBar`示例
上级
7b54169e
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
21 addition
and
5 deletion
+21
-5
pages/template/custom-tab-bar/custom-tab-bar-tab1.uvue
pages/template/custom-tab-bar/custom-tab-bar-tab1.uvue
+11
-2
pages/template/navbar-lite/navbar-lite.uvue
pages/template/navbar-lite/navbar-lite.uvue
+10
-3
未找到文件。
pages/template/custom-tab-bar/custom-tab-bar-tab1.uvue
浏览文件 @
b68e0303
...
...
@@ -2,7 +2,11 @@
<scroll-view ref="listView" class="list" :rebound="false" :scroll-with-animation="true" :scroll-y="true" @scrolltolower="loadData()"
@scroll="onScroll">
<view class="list-item" v-for="(item, index) in dataList" :key="index">
<text class="title">{{item.title}}</text>
<!-- <text class="title">{{item.title}}</text> -->
<view class="cell-item">
<text class="title">内容:{{item.title}}</text>
<input class="title" style="margin-top: 8px;" placeholder="备注:"/>
</view>
</view>
</scroll-view>
</template>
...
...
@@ -55,6 +59,11 @@
.title {
font-size: 16px;
text-align: center;
text-align: left;
}
.cell-item {
display: flex;
flex-direction: column;
}
</style>
pages/template/navbar-lite/navbar-lite.uvue
浏览文件 @
b68e0303
...
...
@@ -14,8 +14,11 @@
<text>设置自定义导航栏前景色黑色</text>
</view>
<view class="content-item" v-for="item in 100">
<text class="text">内容:{{item}}</text>
<view class="content-item" v-for="item in 20">
<view class="cell-item">
<text class="text">内容:{{item}}</text>
<input class="text" style="margin-top: 8px;" placeholder="备注:"/>
</view>
</view>
<!-- <input/> -->
</scroll-view>
...
...
@@ -105,7 +108,11 @@
margin: 5px 10px;
background-color: #fff;
border-radius: 5px;
}
.cell-item {
display: flex;
flex-direction: column;
}
.text {
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录