Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
basic-uniapp-v3
概览
概览
详情
活动
周期分析
版本库
存储库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
1
合并请求
1
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
Basic
basic-uniapp-v3
Commits
599a5fe4
提交
599a5fe4
authored
9月 18, 2025
作者:
方治民
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chore: 优化顶部状态栏显示效果
上级
c462a5dc
隐藏空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
7 行增加
和
11 行删除
+7
-11
fuwu.vue
src/pages/fuwu/fuwu.vue
+1
-1
nongchang.vue
src/pages/nongchang/nongchang.vue
+1
-1
nongzhi.vue
src/pages/nongzhi/nongzhi.vue
+1
-1
shouye.vue
src/pages/shouye/shouye.vue
+3
-3
wode.vue
src/pages/wode/wode.vue
+1
-1
components.d.ts
types/components.d.ts
+0
-4
没有找到文件。
src/pages/fuwu/fuwu.vue
浏览文件 @
599a5fe4
...
...
@@ -541,7 +541,7 @@
}
}
.group_2
{
margin-top
:
3
4
rpx
;
margin-top
:
7
4
rpx
;
.group_3
{
padding
:
9.04
rpx
0
5.46
rpx
;
.text
{
...
...
src/pages/nongchang/nongchang.vue
浏览文件 @
599a5fe4
...
...
@@ -14,7 +14,7 @@
<view
class=
"codefun-flex-col page"
>
<view
class=
"codefun-flex-col group"
>
<view
class=
"codefun-flex-col section"
>
<view
class=
"codefun-flex-col mt-
21
"
>
<view
class=
"codefun-flex-col mt-
52rpx
"
>
<text
class=
"codefun-self-center font text"
>
农场
</text>
<view
class=
"codefun-flex-col codefun-self-stretch mt-19"
>
<view
class=
"codefun-flex-row codefun-items-center section_2"
>
...
...
src/pages/nongzhi/nongzhi.vue
浏览文件 @
599a5fe4
...
...
@@ -14,7 +14,7 @@
<view
class=
"codefun-flex-col page"
>
<view
class=
"codefun-flex-col"
>
<view
class=
"codefun-flex-col section"
>
<view
class=
"codefun-flex-col
codefun-mt-20
"
>
<view
class=
"codefun-flex-col
mt-60rpx
"
>
<text
class=
"codefun-self-center font_9 text"
>
农知
</text>
<view
class=
"codefun-flex-col codefun-self-stretch codefun-mt-20"
>
<view
class=
"codefun-flex-row codefun-items-center section_2"
>
...
...
src/pages/shouye/shouye.vue
浏览文件 @
599a5fe4
...
...
@@ -173,7 +173,7 @@
</view>
<view
class=
"codefun-flex-row codefun-items-baseline"
>
<text
class=
"font_5 text_19"
>
预警
</text>
<text
class=
"
font_4
text_20 text_21 codefun-ml-14"
>
2025-08-29
</text>
<text
class=
"
text-26
text_20 text_21 codefun-ml-14"
>
2025-08-29
</text>
</view>
</view>
<image
class=
"image_13"
src=
"/static/images/codefun/64d85a99ca3de5fab9ce0e8dc71aa791.png"
/>
...
...
@@ -423,7 +423,7 @@
.group
{
height
:
2530
rpx
;
.section
{
padding
:
2
8
rpx
28
rpx
220
rpx
;
padding
:
4
8
rpx
28
rpx
220
rpx
;
background-image
:
url('/static/images/codefun/1086a098c06f7f52e77bd7a646747a13.png')
;
background-size
:
100%
100%
;
background-repeat
:
no-repeat
;
...
...
@@ -715,7 +715,7 @@
}
}
.font_4
{
font-size
:
2
4
rpx
;
font-size
:
2
0
rpx
;
line-height
:
18.3
rpx
;
color
:
#000000
;
}
...
...
src/pages/wode/wode.vue
浏览文件 @
599a5fe4
...
...
@@ -307,7 +307,7 @@
}
.group_3
{
margin-right
:
8
rpx
;
margin-top
:
24
rpx
;
margin-top
:
42
rpx
;
padding
:
16
rpx
8
rpx
0
;
.text
{
color
:
#ffffff
e6
;
...
...
types/components.d.ts
浏览文件 @
599a5fe4
...
...
@@ -144,10 +144,6 @@ declare module 'vue' {
FuiWhiteSpace
:
typeof
import
(
'./../src/components/FirstUI/fui-white-space/fui-white-space.vue'
)[
'default'
]
FuiWingBlank
:
typeof
import
(
'./../src/components/FirstUI/fui-wing-blank/fui-wing-blank.vue'
)[
'default'
]
Icon
:
typeof
import
(
'./../src/components/Icon/index.vue'
)[
'default'
]
Mapbox
:
typeof
import
(
'./../src/components/Map/Mapbox/index.vue'
)[
'default'
]
RouterLink
:
typeof
import
(
'vue-router'
)[
'RouterLink'
]
RouterView
:
typeof
import
(
'vue-router'
)[
'RouterView'
]
Src
:
typeof
import
(
'./../src/components/Echarts/src/index.vue'
)[
'default'
]
ThumbnailPreview
:
typeof
import
(
'./../src/components/ThumbnailPreview/index.vue'
)[
'default'
]
}
}
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论