From fb1e9f1049febd3b03d474b5e342ab9a8e3373a1 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Thu, 23 Mar 2023 11:22:29 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=93=E5=AD=98=E7=BA=BF-=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/style/layout.css | 11 +++ pages.json | 6 ++ pages/management/hcxInfo.vue | 142 +++++++++++++++++++++++++++++++++++ 3 files changed, 159 insertions(+) create mode 100644 pages/management/hcxInfo.vue diff --git a/common/style/layout.css b/common/style/layout.css index 2eeebba..1cdb0db 100644 --- a/common/style/layout.css +++ b/common/style/layout.css @@ -75,6 +75,17 @@ uni-button:after { border-radius: 8rpx; text-indent: 40rpx; } +.search-input-l { + width: 100%; + height: 86rpx; + line-height: 86rpx; + font-size: 32rpx; + color: #606266; + border: 1px solid #d1d1d1; + border-radius: 8rpx; + text-indent: 40rpx; + padding-right: 30rpx; +} .confirm-button-wrap{ display: flex; justify-content: flex-end; diff --git a/pages.json b/pages.json index 9726c1d..9770118 100644 --- a/pages.json +++ b/pages.json @@ -35,6 +35,12 @@ "style": { "navigationStyle": "custom" } + }, + { + "path": "pages/management/hcxInfo", + "style": { + "navigationStyle": "custom" + } } ], "globalStyle": { diff --git a/pages/management/hcxInfo.vue b/pages/management/hcxInfo.vue new file mode 100644 index 0000000..ea83bd2 --- /dev/null +++ b/pages/management/hcxInfo.vue @@ -0,0 +1,142 @@ + + +