diff --git a/project/pingchang/apps/AppWishfulThinking/components/Add.vue b/project/pingchang/apps/AppWishfulThinking/components/Add.vue
index 1e3cd257..11b233ba 100644
--- a/project/pingchang/apps/AppWishfulThinking/components/Add.vue
+++ b/project/pingchang/apps/AppWishfulThinking/components/Add.vue
@@ -39,7 +39,7 @@
v-model="form.content"
placeholder="请输入..."
clearabel
- :maxLength="60"
+ :maxLength="500"
>
@@ -268,5 +268,50 @@ export default {
::v-deep .el-date-editor {
width: 100%;
}
+ ::v-deep .mapDialog {
+ .el-dialog__body {
+ padding: 0;
+
+ .ai-dialog__content {
+ padding: 0;
+ }
+
+ .ai-dialog__content--wrapper {
+ padding: 0 !important;
+ position: relative;
+ }
+
+ #map {
+ width: 100%;
+ height: 420px;
+ }
+
+ .searchPlaceInput {
+ position: absolute;
+ width: 250px;
+ top: 30px;
+ left: 25px;
+ }
+
+ #searchPlaceOutput {
+ position: absolute;
+ width: 250px;
+ left: 25px;
+ height: initial;
+ top: 80px;
+ background: white;
+ z-index: 250;
+ max-height: 300px;
+ overflow-y: auto;
+
+ .auto-item {
+ text-align: left;
+ font-size: 14px;
+ padding: 8px;
+ box-sizing: border-box;
+ }
+ }
+ }
+ }
}
\ No newline at end of file
diff --git a/project/pingchang/apps/AppWishfulThinking/components/Detail.vue b/project/pingchang/apps/AppWishfulThinking/components/Detail.vue
index e1271841..07c9181a 100644
--- a/project/pingchang/apps/AppWishfulThinking/components/Detail.vue
+++ b/project/pingchang/apps/AppWishfulThinking/components/Detail.vue
@@ -32,7 +32,7 @@
-
+
diff --git a/project/pingchang/apps/AppWishfulThinking/components/List.vue b/project/pingchang/apps/AppWishfulThinking/components/List.vue
index 80204796..7949e448 100644
--- a/project/pingchang/apps/AppWishfulThinking/components/List.vue
+++ b/project/pingchang/apps/AppWishfulThinking/components/List.vue
@@ -11,10 +11,10 @@
添加
-
导入
-
+ -->