30784
This commit is contained in:
@@ -168,11 +168,11 @@
|
|||||||
<Phone :avatar="user.info.avatar" @close="isShowPhone = false" :isShowClose="false" :content="form.content" :fileList="fileList"></Phone>
|
<Phone :avatar="user.info.avatar" @close="isShowPhone = false" :isShowClose="false" :content="form.content" :fileList="fileList"></Phone>
|
||||||
</div>
|
</div>
|
||||||
<ai-dialog
|
<ai-dialog
|
||||||
:visible.sync="isShowAddLink"
|
:visible.sync="isShowAddLink"
|
||||||
width="920px"
|
width="920px"
|
||||||
title="链接消息"
|
title="链接消息"
|
||||||
@close="onClose"
|
@close="onClose"
|
||||||
@onConfirm="onLinkConfirm">
|
@onConfirm="onLinkConfirm">
|
||||||
<el-form ref="linkForm" :model="linkForm" label-width="110px" label-position="right">
|
<el-form ref="linkForm" :model="linkForm" label-width="110px" label-position="right">
|
||||||
<div class="ai-form">
|
<div class="ai-form">
|
||||||
<el-form-item label="标题" style="width: 100%;" prop="linkTitle" :rules="[{ required: true, message: '请输入标题', trigger: 'blur' }]">
|
<el-form-item label="标题" style="width: 100%;" prop="linkTitle" :rules="[{ required: true, message: '请输入标题', trigger: 'blur' }]">
|
||||||
@@ -228,6 +228,8 @@
|
|||||||
<el-input
|
<el-input
|
||||||
size="small"
|
size="small"
|
||||||
placeholder="请输入标题"
|
placeholder="请输入标题"
|
||||||
|
maxlength="64"
|
||||||
|
show-word-limit
|
||||||
v-model="miniAppForm.mpTitle">
|
v-model="miniAppForm.mpTitle">
|
||||||
</el-input>
|
</el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
@@ -662,7 +664,7 @@ export default {
|
|||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.el-tooltip__popper.is-dark {
|
.el-tooltip__popper.is-dark {
|
||||||
width: 240px;
|
max-width: 240px;
|
||||||
}
|
}
|
||||||
.AppAnnounceDetail-content-wrapper {
|
.AppAnnounceDetail-content-wrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user