47 Star 323 Fork 4

jry/uview-plus

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
title.nvue 979 Bytes
一键复制 编辑 原始数据 按行查看 历史
<template>
<view class="u-page">
<view class="u-page__item">
<text class="u-page__item__title" style="margin-top: 0;">默认</text>
<view class="u-page__item__content">
<up-title>
默认标题
</up-title>
</view>
</view>
<view class="u-page__item">
<text class="u-page__item__title" style="margin-top: 0;">自定义前缀</text>
<view class="u-page__item__content">
<up-title>
<template #prefix>
<up-icon name="level" color="red" size="16px"></up-icon>
</template>
等级3
</up-title>
</view>
</view>
</view>
</template>
<script>
export default {
data() {
return {
};
},
methods: {
}
};
</script>
<style lang="scss" scoped>
.u-page__item {
margin-bottom: 15px;
}
.u-page__item__title {
margin-bottom: 10px;
}
</style>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jry/uview-plus.git
git@gitee.com:jry/uview-plus.git
jry
uview-plus
uview-plus
3.x

搜索帮助