Commit 7245a7c4 by LJM

打印快递单

parent 2060d6aa
......@@ -162,7 +162,7 @@
}
.input-box {
.uni-input {
height: 55rpx;
height: 40rpx;
background: #ffffff;
border-radius: 10rpx;
border: 1px solid #1969f9;
......@@ -172,7 +172,7 @@
}
}
.select-box {
height: 55rpx;
height: 40rpx;
background: #ffffff;
border-radius: 10rpx;
border: 1px solid #1969f9;
......@@ -180,7 +180,7 @@
.wrap {
padding-left: 15rpx;
padding-right: 25rpx;
height: 55rpx;
height: 40rpx;
}
.uni-input {
font-size: 17rpx;
......
......@@ -214,7 +214,19 @@
}, {
"path": "pages/stockRecheck/index",
"style": {
"navigationBarTitleText": "复核"
"navigationBarTitleText": "复核",
"app-plus": {
"titleNView": {
"buttons": [{
"index": "0",
"text": "打印快递单",
"fontSize": "15px",
"color": "#1969F9",
"float": "right",
"width": "100px"
}]
}
}
}
}, {
"path": "pages/stockRecheck/sort",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment