From 99fab7d22b2dda5b052bf19d3178430c0a7bc816 Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 17 Nov 2022 11:46:54 +0800 Subject: [PATCH] css --- .../AppWishfulThinking/components/Add.vue | 47 ++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) 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