From 55e597404ff290d760f7df47d110498fa84ec8ae Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期五, 05 五月 2023 13:10:59 +0800 Subject: [PATCH] # --- pages/basics/pakin.vue | 27 +++---------- pages/basics/piking.vue | 19 +++------ manifest.json | 2 pages/basics/stockCheck.vue | 29 +++++++------- 4 files changed, 28 insertions(+), 49 deletions(-) diff --git a/manifest.json b/manifest.json index ec24ad2..3c0d6a7 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name" : "涓壃WMS", "appid" : "__UNI__DA5854D", "description" : "", - "versionName" : "2023020501", + "versionName" : "2023050501", "versionCode" : 104, "transformPx" : false, /* 5+App鐗规湁鐩稿叧 */ diff --git a/pages/basics/pakin.vue b/pages/basics/pakin.vue index 1805797..2c0e658 100644 --- a/pages/basics/pakin.vue +++ b/pages/basics/pakin.vue @@ -632,10 +632,10 @@ background-color: #ebebeb; } .data-list { - border-bottom: 1px solid #d8d8d8; - height: 250rpx; + min-height: 250rpx; margin: 15rpx; border-radius: 20rpx; + display: flex; } .data-list:first-child { margin-top: 20rpx; @@ -652,30 +652,17 @@ line-height: 180rpx; } */ .data-list-left { - display: inline-block; - float: left; margin-left: 6%; - height: 180rpx; color: #676767; + max-width: 450rpx; } .matnr { padding-top: 10rpx; } .data-list-right { - display: inline-block; - float: right; - height: 250rpx; - line-height: 250rpx; - } - /* display: inline-block; - float: right; - width: 200rpx; - height: 180rpx; - line-height: 180rpx; */ - .data-list-right label { - display: inline-block; - float: left; - width: 80rpx; - height: 180rpx; + width: 200rpx; + display: flex; + justify-content: space-around; + align-items: center; } </style> \ No newline at end of file diff --git a/pages/basics/piking.vue b/pages/basics/piking.vue index 7e52d73..218fc8c 100644 --- a/pages/basics/piking.vue +++ b/pages/basics/piking.vue @@ -457,10 +457,10 @@ background-color: #ebebeb; } .data-list { - border-bottom: 1px solid #d8d8d8; - height: 240rpx; + min-height: 250rpx; margin: 15rpx; border-radius: 20rpx; + display: flex; } .data-list:first-child { margin-top: 20rpx; @@ -469,26 +469,19 @@ margin-bottom: 180rpx; } .data-list-left { - display: inline-block; - float: left; margin-left: 6%; - height: 240rpx; color: #676767; + max-width: 450rpx; } .matnr { padding-top: 10rpx; } .data-list-right { - display: inline-block; - float: right; width: 200rpx; - height: 240rpx; - line-height: 240rpx; + display: flex; + justify-content: space-around; + align-items: center; } .data-list-right label { - display: inline-block; - float: left; - width: 100rpx; - height: 180rpx; } </style> \ No newline at end of file diff --git a/pages/basics/stockCheck.vue b/pages/basics/stockCheck.vue index 3266940..6bd63b4 100644 --- a/pages/basics/stockCheck.vue +++ b/pages/basics/stockCheck.vue @@ -116,7 +116,7 @@ data() { return { commonUrl:null, - matList:[], + matList:[{matnr:'3CPPJ.B.GMB.SG.QBY3-50/65QSG'},{matnr:'3CPPJ.B.GMB.SG.QBY3-50/65QSG'},{matnr:'3CPPJ.B.GMB.SG.QBY3-50/65QSG'}], staNoList:[], barcode: '', staNo:'', @@ -427,10 +427,10 @@ background-color: #ebebeb; } .data-list { - border-bottom: 1px solid #d8d8d8; - height: 240rpx; + min-height: 250rpx; margin: 15rpx; border-radius: 20rpx; + display: flex; } .data-list:first-child { margin-top: 20rpx; @@ -438,27 +438,26 @@ .data-list:last-child { margin-bottom: 180rpx; } - .data-list-left { + /* .data-list-left { display: inline-block; float: left; - margin-left: 6%; + text-align: center; + width: 100rpx; height: 180rpx; + line-height: 180rpx; + } */ + .data-list-left { + margin-left: 6%; color: #676767; + max-width: 450rpx; } .matnr { padding-top: 10rpx; } .data-list-right { - display: inline-block; - float: right; width: 200rpx; - height: 230rpx; - line-height: 230rpx; - } - .data-list-right label { - display: inline-block; - float: left; - width: 100rpx; - height: 180rpx; + display: flex; + justify-content: space-around; + align-items: center; } </style> \ No newline at end of file -- Gitblit v1.9.1