Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
W
wly-APP
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘川
wly-APP
Commits
fc014d8c
Commit
fc014d8c
authored
Oct 09, 2022
by
xiangzj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UI更改
parent
e4eb17b5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
1 deletion
+13
-1
nodata.nvue
components/nodata.nvue
+1
-1
order-item.nvue
pages/my-purchase/order-item.nvue
+4
-0
order-list.nvue
pages/produce-material/order-list.nvue
+4
-0
order-list.nvue
pages/produce-order/order-list.nvue
+4
-0
No files found.
components/nodata.nvue
View file @
fc014d8c
...
...
@@ -7,7 +7,7 @@
<view class="icon-view"></view>
<view class="opera-view">
<view class="btn btn-default" v-if="networkType!='none'" @click="retry">
<text class="btn-text">
无数据,重新请求
</text>
<text class="btn-text">
暂无数据
</text>
</view>
<view class="btn btn-default" v-if="networkType=='none'" @click="openSettings">
<text class="btn-text">设置</text>
...
...
pages/my-purchase/order-item.nvue
View file @
fc014d8c
...
...
@@ -386,12 +386,16 @@
}
.detal-item-value {
// flex: 1;
color: #333;
font-size: 28rpx;
}
.detal-item-value2 {
font-size: 24rpx;
// width: 200%;
// flex: 2;
// text-align: left;
}
.receive-info {
...
...
pages/produce-material/order-list.nvue
View file @
fc014d8c
...
...
@@ -254,6 +254,7 @@
}
.detal-item-label {
flex: 1;
color: #999;
font-size: 24rpx;
}
...
...
@@ -261,5 +262,8 @@
.detal-item-value {
color: #333;
font-size: 28rpx;
width: 200%;
flex: 2;
text-align: left;
}
</style>
pages/produce-order/order-list.nvue
View file @
fc014d8c
...
...
@@ -255,6 +255,7 @@
}
.detal-item-label {
flex: 1;
color: #999;
font-size: 24rpx;
}
...
...
@@ -262,5 +263,8 @@
.detal-item-value {
color: #333;
font-size: 28rpx;
width: 200%;
flex: 2;
text-align: left;
}
</style>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment