diff --git a/common/style/layout.css b/common/style/layout.css index 04329ec..5cae63c 100644 --- a/common/style/layout.css +++ b/common/style/layout.css @@ -177,6 +177,9 @@ uni-button:after { color: #323232; background: #fff; } +.slide_new table tbody tr.checked td { + background-color: #fef6e4; +} /** 提交栏 **/ .submit-bar { diff --git a/pages/ProductManage/EmptyPipeInStore.vue b/pages/ProductManage/EmptyPipeInStore.vue index c3f043d..dce9afb 100644 --- a/pages/ProductManage/EmptyPipeInStore.vue +++ b/pages/ProductManage/EmptyPipeInStore.vue @@ -141,4 +141,5 @@ position sticky left 89rpx z-index 102 + box-shadow 1px 0 2px rgba(0,0,0,.12) diff --git a/pages/ProductManage/ZjCasing.vue b/pages/ProductManage/ZjCasing.vue index dff342d..1ef9bc9 100644 --- a/pages/ProductManage/ZjCasing.vue +++ b/pages/ProductManage/ZjCasing.vue @@ -53,7 +53,7 @@ - + {{Number(i) + 1}} {{e.mfg_order_name}} @@ -166,4 +166,5 @@ position sticky left 176rpx z-index 103 + box-shadow 1px 0 2px rgba(0,0,0,.12) diff --git a/pages/ProductManage/ZjDelivery.vue b/pages/ProductManage/ZjDelivery.vue index b448a15..53a7e4d 100644 --- a/pages/ProductManage/ZjDelivery.vue +++ b/pages/ProductManage/ZjDelivery.vue @@ -53,7 +53,7 @@ - + {{Number(i) + 1}} {{e.mfg_order_name}} @@ -187,4 +187,5 @@ position sticky left 176rpx z-index 103 + box-shadow 1px 0 2px rgba(0,0,0,.12) diff --git a/pages/ProductManage/ZjOutStore.vue b/pages/ProductManage/ZjOutStore.vue index 81d5618..8148f54 100644 --- a/pages/ProductManage/ZjOutStore.vue +++ b/pages/ProductManage/ZjOutStore.vue @@ -43,7 +43,7 @@ - + {{Number(i) + 1}} {{e.mfg_order_name}} @@ -155,4 +155,5 @@ position sticky left 176rpx z-index 103 + box-shadow 1px 0 2px rgba(0,0,0,.12)