Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
hello uni-app x
提交
24aa493a
H
hello uni-app x
项目概览
DCloud
/
hello uni-app x
通知
6005
Star
91
Fork
164
代码
文件
提交
分支
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看板
提交
24aa493a
编写于
8月 12, 2023
作者:
W
wanganxp
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
完善text组件测试例
上级
69f3716d
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
31 addition
and
9 deletion
+31
-9
pages/component/button/button.uvue
pages/component/button/button.uvue
+6
-6
pages/component/image/image-path.uvue
pages/component/image/image-path.uvue
+3
-0
pages/component/text/text-props.uvue
pages/component/text/text-props.uvue
+22
-3
未找到文件。
pages/component/button/button.uvue
浏览文件 @
24aa493a
...
...
@@ -19,13 +19,13 @@
不可点击的按钮
</button>
<button type="default" :plain="true" class="button">按钮</button>
<button type="default" :disabled="true" :plain="true" class="button">按钮</button>
<button type="default" :plain="true" class="button">按钮
plain背景镂空
</button>
<button type="default" :disabled="true" :plain="true" class="button">按钮
Disabled
</button>
<view class="uni-flex uni-row">
<button class="button mini-btn" type="primary" size="mini">按钮</button>
<button class="button mini-btn" type="default" size="mini">按钮</button>
<button class="button mini-btn" type="warn" size="mini">按钮</button>
<button class="button mini-btn" type="primary" size="mini">按钮
mini
</button>
<button class="button mini-btn" type="default" size="mini">按钮
mini
</button>
<button class="button mini-btn" type="warn" size="mini">按钮
mini
</button>
</view>
</view>
</view>
...
...
@@ -38,7 +38,7 @@
title: 'button',
loading: false,
_timer: 0,
text: '
按钮
',
text: '
文字来自data绑定
',
type: 'primary',
size: 'default',
plain: false,
...
...
pages/component/image/image-path.uvue
浏览文件 @
24aa493a
...
...
@@ -34,7 +34,10 @@
description: '本地当前路径(暂不支持)'
},
{
// #ifdef APP-ANDROID
src: 'file:///storage/emulated/0/Android/data/io.dcloud.uniappx/apps/__UNI__4517034/www/static/test-image/logo.png',
// #endif
// TODO iOS还需再补路径
description: '本地绝对路径'
},
{
...
...
pages/component/text/text-props.uvue
浏览文件 @
24aa493a
<template>
<view>
<
scroll-
view>
<page-head :title="title"></page-head>
<view class="uni-padding-wrap uni-common-mt">
<view class="uni-title">
...
...
@@ -7,11 +7,18 @@
</view>
<view class="uni-title">
<text class="uni-subtitle-text">
换
行</text>
<text class="uni-subtitle-text">
根据宽度自动折
行</text>
</view>
<view class="text-box">
<text>{{multiLineText}}</text>
</view>
<view class="uni-title">
<text class="uni-subtitle-text">\\n换行</text>
</view>
<view class="text-box">
<text>\n换\n行\n</text>
</view>
<view class="uni-title">
<text class="uni-subtitle-text">截断(clip)</text>
...
...
@@ -54,8 +61,20 @@
<text :decode="true">uni-app x,终极跨平台方案</text>
<text :decode="true">uni-app x,终极跨平台方案</text>
</view>
<view class="uni-title">
<text class="uni-subtitle-text">嵌套</text>
</view>
<view class="text-box">
<text>一级节点黑色
<text style="color: red;">二级节点红色
<text>三级节点不继承二级的颜色</text>
</text>
<text style="font-size: 50px;">二级节点大字体</text>
</text>
</view>
</view>
</view>
</
scroll-
view>
</template>
<script>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录