From 6bd273b04710d7b349383dcbbbce749fa312236e Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Fri, 30 May 2025 18:02:19 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E7=AE=94=E5=B7=A5=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/style/layout.styl | 19 ++- common/style/reset.css | 3 + components/SearchPopup.vue | 132 +++++++++++++++ pages/SecondPhase/production/SboProcess.vue | 179 ++++++++------------ utils/getData1.js | 47 ++++- utils/getData3.js | 8 - 6 files changed, 264 insertions(+), 124 deletions(-) create mode 100644 components/SearchPopup.vue diff --git a/common/style/layout.styl b/common/style/layout.styl index 7c4ddc2..df51dc7 100644 --- a/common/style/layout.styl +++ b/common/style/layout.styl @@ -377,9 +377,7 @@ uni-button:after { padding: 6rpx 20rpx; white-space: normal; } -.mini-btn { - padding: 0 20rpx !important; -} + /** 提交栏 **/ .submitbar { @@ -412,11 +410,26 @@ uni-button:after { // background: linear-gradient(90deg,#ff791a,#ffa400) background: #ff791a; } +.btn-cancle { + background: #fff; + border-color: #fff; +} .btn-info { color: #fff; border-color: #c9c9c9; background-color: #c9c9c9; } +.btn-search-icon { + margin: 0 !important; + padding: 0 !important; +} +.mini-btn { +} +uni-button[size=mini] { + height: 54rpx; + line-height: 54rpx; + padding: 0 20rpx; +} uni-button[disabled]:not([type]) { color: #fff; border-color: #c9c9c9; diff --git a/common/style/reset.css b/common/style/reset.css index 39d2c45..ebd5935 100644 --- a/common/style/reset.css +++ b/common/style/reset.css @@ -50,6 +50,9 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re .jcflexstart { justify-content: flex-start !important; } +.jcflexend { + justify-content: flex-end !important; +} .jccenter { justify-content: center !important; } diff --git a/components/SearchPopup.vue b/components/SearchPopup.vue new file mode 100644 index 0000000..2f833fa --- /dev/null +++ b/components/SearchPopup.vue @@ -0,0 +1,132 @@ + + + + + \ No newline at end of file diff --git a/pages/SecondPhase/production/SboProcess.vue b/pages/SecondPhase/production/SboProcess.vue index c24430d..4a15f8e 100644 --- a/pages/SecondPhase/production/SboProcess.vue +++ b/pages/SecondPhase/production/SboProcess.vue @@ -3,35 +3,12 @@ - - - - 点位 - - - - - - - - - - 母卷 - - - - - - - - - + + + + + @@ -74,25 +51,37 @@ - - - - - + + + + + + + + + + +