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;