This commit is contained in:
liuye
2022-11-17 11:46:54 +08:00
parent c3d404dcbf
commit 99fab7d22b

View File

@@ -39,7 +39,7 @@
v-model="form.content"
placeholder="请输入..."
clearabel
:maxLength="60"
:maxLength="500"
></el-input>
</el-form-item>
<el-form-item label="所属地区" prop="areaId" style="width: 100%">
@@ -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;
}
}
}
}
}
</style>