diff --git a/src/pages/modules/clean/cleaning-cutting.vue b/src/pages/modules/clean/cleaning-cutting.vue index 421eddd..6671d6b 100644 --- a/src/pages/modules/clean/cleaning-cutting.vue +++ b/src/pages/modules/clean/cleaning-cutting.vue @@ -33,7 +33,7 @@ - + @@ -206,10 +206,10 @@ export default { // 强制下料 async _washWashQzFinish (type) { this.disabled4 = true - if (this.pkId === '') { - this.disabled4 = false - return - } + // if (this.pkId === '') { + // this.disabled4 = false + // return + // } if (this.pkObj.sep_on !== this.sep_on) { this.type = type this.$refs.child.active = true diff --git a/src/style/reset.css b/src/style/reset.css index 4b8f67b..1a298ed 100644 --- a/src/style/reset.css +++ b/src/style/reset.css @@ -56,7 +56,7 @@ li { } ::-webkit-scrollbar { - width: 15px; + width: 45px; height: 15px; }