Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
J
jump_hm_warehouse
概览
Overview
Details
Activity
Cycle Analytics
版本库
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
问题
0
Issues
0
列表
Board
标记
里程碑
合并请求
0
Merge Requests
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
Snippets
成员
Members
Collapse sidebar
Close sidebar
活动
图像
聊天
创建新问题
作业
提交
Issue Boards
Open sidebar
毛勇泽
jump_hm_warehouse
Commits
eabf9503
Commit
eabf9503
authored
Jan 15, 2024
by
毛勇泽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
重构
parent
d1b3c84f
显示空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
3 行增加
和
4 行删除
+3
-4
PageManagement.ets
features/PageManagement/src/main/ets/components/PageManagement.ets
+3
-4
banner.png
features/PageManagement/src/main/resources/base/media/banner.png
+0
-0
cx.png
features/PageManagement/src/main/resources/base/media/cx.png
+0
-0
qj.png
features/PageManagement/src/main/resources/base/media/qj.png
+0
-0
sd.png
features/PageManagement/src/main/resources/base/media/sd.png
+0
-0
sm.png
features/PageManagement/src/main/resources/base/media/sm.png
+0
-0
没有找到文件。
features/PageManagement/src/main/ets/components/PageManagement.ets
View file @
eabf9503
@Entry
@Component
@Component
export struct PageManagement {
export struct PageManagement {
...
@@ -28,13 +27,13 @@ export struct PageManagement {
...
@@ -28,13 +27,13 @@ export struct PageManagement {
TextInput({ placeholder: '请输入订单号查询' })
TextInput({ placeholder: '请输入订单号查询' })
.backgroundColor("#fff").width('80%')
.backgroundColor("#fff").width('80%')
}.backgroundColor("#0fa983").width('100%').height(70)
}.backgroundColor("#0fa983").width('100%').height(70)
Image($r
awfile("parcelManagement/banner-.png
")).width('100%')
Image($r
("app.media.banner
")).width('100%')
Row(){
Row(){
Flex({justifyContent:FlexAlign.SpaceEvenly}){
Flex({justifyContent:FlexAlign.SpaceEvenly}){
Row(){
Row(){
Column(){
Column(){
Image($r
awfile("parcelManagement/qj.png
")).width(30).margin({top:15})
Image($r
("app.media.qj
")).width(30).margin({top:15})
Text("取件").margin({top:15}).fontWeight(600).fontSize(18)
Text("取件").margin({top:15}).fontWeight(600).fontSize(18)
Text("仓库取件").margin({bottom:15,top:15}).fontSize(13)
Text("仓库取件").margin({bottom:15,top:15}).fontSize(13)
}
}
...
@@ -42,7 +41,7 @@ export struct PageManagement {
...
@@ -42,7 +41,7 @@ export struct PageManagement {
Row(){
Row(){
Column(){
Column(){
Image($r
awfile("parcelManagement/cx.png
")).width(42).margin({top:15})
Image($r
("app.media.cx
")).width(42).margin({top:15})
Text("取件").margin({top:15}).fontWeight(600).fontSize(18)
Text("取件").margin({top:15}).fontWeight(600).fontSize(18)
Text("仓库取件").margin({bottom:15,top:15}).fontSize(13)
Text("仓库取件").margin({bottom:15,top:15}).fontSize(13)
}
}
...
...
features/PageManagement/src/main/resources/
rowfile/parcelManagement/banner-
.png
→
features/PageManagement/src/main/resources/
base/media/banner
.png
View file @
eabf9503
File moved
features/PageManagement/src/main/resources/
rowfile/parcelManagement
/cx.png
→
features/PageManagement/src/main/resources/
base/media
/cx.png
View file @
eabf9503
File moved
features/PageManagement/src/main/resources/
rowfile/parcelManagement
/qj.png
→
features/PageManagement/src/main/resources/
base/media
/qj.png
View file @
eabf9503
File moved
features/PageManagement/src/main/resources/
rowfile/parcelManagement
/sd.png
→
features/PageManagement/src/main/resources/
base/media
/sd.png
View file @
eabf9503
File moved
features/PageManagement/src/main/resources/
rowfile/parcelManagement
/sm.png
→
features/PageManagement/src/main/resources/
base/media
/sm.png
View file @
eabf9503
File moved
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论