From d8ebf8b15610a175e5083f77bfd6a58379ef3061 Mon Sep 17 00:00:00 2001 From: jiazhipeng Date: Mon, 25 Aug 2025 17:19:22 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9D=9E=E9=81=97=E6=89=8B=E4=BD=9C=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- subPackages/techan/manualIndex.vue | 64 ++++++++++++++---------------- 1 file changed, 29 insertions(+), 35 deletions(-) diff --git a/subPackages/techan/manualIndex.vue b/subPackages/techan/manualIndex.vue index 3d146b8..8854a61 100644 --- a/subPackages/techan/manualIndex.vue +++ b/subPackages/techan/manualIndex.vue @@ -8,7 +8,7 @@ 暂无数据 - + @@ -21,7 +21,7 @@ - + @@ -138,15 +138,9 @@ } - .data-container{ - display: flex; - flex-direction: column; - } .right-container{ - flex: 1; width: 100%; - height: 1rpx; .search-result{ display: flex; flex-wrap: wrap; @@ -219,35 +213,35 @@ } } -.placeholder-content{ - background: white; - position: relative; - .btn-cover{ - z-index: 200; - position: fixed; - bottom: 0; - width: 750rpx; - height: 148rpx; - background: #FFFFFF; - display: flex; - align-items: center; - justify-content: center; - box-shadow: 0rpx 0rpx 16rpx 0rpx rgba(6,0,1,0.1); - .btn{ - width: 670rpx; - height: 78rpx; - text-align: center; - line-height: 78rpx; - background: #6A8A2D; - border-radius: 11rpx; - - font-size: 34rpx; - font-family: PingFangSC; - font-weight: 500; - color: #FFFFFF; + .placeholder-content{ + background: white; + position: relative; + .btn-cover{ + z-index: 200; + position: fixed; + bottom: 0; + width: 750rpx; + height: 148rpx; + background: #FFFFFF; + display: flex; + align-items: center; + justify-content: center; + box-shadow: 0rpx 0rpx 16rpx 0rpx rgba(6,0,1,0.1); + .btn{ + width: 670rpx; + height: 78rpx; + text-align: center; + line-height: 78rpx; + background: #6A8A2D; + border-radius: 11rpx; + + font-size: 34rpx; + font-family: PingFangSC; + font-weight: 500; + color: #FFFFFF; + } } } -} .supplier-box{