From 7c5d95e37a0744788ec72c82c2f2719350d7a663 Mon Sep 17 00:00:00 2001 From: zmj <1493694146@qq.com> Date: Wed, 13 Dec 2023 18:55:18 +0800 Subject: [PATCH] =?UTF-8?q?=E2=80=9C=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 12 +++ components/plant/landInfo.vue | 68 ++++++++++++-- pages/husbandryForm/detail.vue | 57 +++++++++++- pages/landDetail/index.vue | 4 +- pages/landDetail/tudi.vue | 151 ++++++++++++++++++++++++++------ static/main/index/chu_cao.png | Bin 0 -> 3352 bytes static/main/index/chu_chong.png | Bin 0 -> 3395 bytes static/main/index/dqzz.png | Bin 0 -> 2470 bytes static/main/index/dw.png | Bin 0 -> 620 bytes static/main/index/fzrdh.png | Bin 0 -> 1807 bytes static/main/index/guan_gai.png | Bin 0 -> 3631 bytes static/main/index/pin_pai.png | Bin 0 -> 1576 bytes static/main/index/shi_fei.png | Bin 0 -> 3379 bytes static/main/index/shou_huo.png | Bin 0 -> 3527 bytes static/main/index/tdfzr.png | Bin 0 -> 2433 bytes static/main/index/tdmj1.png | Bin 0 -> 1602 bytes 16 files changed, 254 insertions(+), 38 deletions(-) create mode 100644 static/main/index/chu_cao.png create mode 100644 static/main/index/chu_chong.png create mode 100644 static/main/index/dqzz.png create mode 100644 static/main/index/dw.png create mode 100644 static/main/index/fzrdh.png create mode 100644 static/main/index/guan_gai.png create mode 100644 static/main/index/pin_pai.png create mode 100644 static/main/index/shi_fei.png create mode 100644 static/main/index/shou_huo.png create mode 100644 static/main/index/tdfzr.png create mode 100644 static/main/index/tdmj1.png diff --git a/App.vue b/App.vue index 6f25ffd..a0ab9b1 100644 --- a/App.vue +++ b/App.vue @@ -57,6 +57,18 @@ box-sizing: border-box; } + .te { + + width: 40vw; + /* 容器宽度 */ + white-space: nowrap; + /* 文字不换行 */ + overflow: hidden; + /* 超出部分隐藏 */ + text-overflow: ellipsis; + /* 超出部分显示省略号 */ + } + // .uni-tabbar .uni-tabbar__icon { // width: 80rpx !important; // height: 80rpx !important; diff --git a/components/plant/landInfo.vue b/components/plant/landInfo.vue index fd9cfed..d85401f 100644 --- a/components/plant/landInfo.vue +++ b/components/plant/landInfo.vue @@ -1,14 +1,56 @@