From e907e21409501dc73a35c580cc83b9660ff7b745 Mon Sep 17 00:00:00 2001 From: liuye Date: Mon, 22 Jul 2024 13:55:36 +0800 Subject: [PATCH] css --- src/project/weiyang/AppPatrolReport/Add.vue | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/project/weiyang/AppPatrolReport/Add.vue b/src/project/weiyang/AppPatrolReport/Add.vue index 49126f0..c4e79a7 100644 --- a/src/project/weiyang/AppPatrolReport/Add.vue +++ b/src/project/weiyang/AppPatrolReport/Add.vue @@ -19,7 +19,7 @@
- {{ forms.address || '请选择上报位置' }} + {{ forms.address || '请选择上报位置' }} @@ -273,6 +273,7 @@ export default { width: 100%; text-align: right; + ::v-deep .u-icon__label { font-size: 28px!important; } @@ -281,6 +282,13 @@ export default { color: #c0c4cc!important; } } + .right-address { + max-width: 460px; + vertical-align: middle; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + } ::v-deep .uni-input-placeholder { color: #999!important; font-size: 28px!important;