提交 3511ea65 作者: 方治民

feat: 优化我的、农知界面

上级 be88ecc2
...@@ -79,8 +79,8 @@ ...@@ -79,8 +79,8 @@
const items = reactive<Recordable[]>([ const items = reactive<Recordable[]>([
{ {
title: '农场主', title: '我的农场',
icon: 'nongchang', icon: 'nongchang2',
disabled: false, disabled: false,
show: true, show: true,
handle: () => { handle: () => {
...@@ -212,7 +212,7 @@ ...@@ -212,7 +212,7 @@
height="42" height="42"
background="transparent" background="transparent"
/> />
<text class="ml-3.5 text-30 text-#333333 font-500">{{ item.title }}</text> <text class="ml-3.5 text-30 text-#67c17a font-bold">{{ item.title }}</text>
</fui-list-cell> </fui-list-cell>
</fui-list> </fui-list>
<fui-list class="rd-3 overflow-hidden shadow !mt-20rpx" :top-border="false"> <fui-list class="rd-3 overflow-hidden shadow !mt-20rpx" :top-border="false">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论