@@ -92,11 +92,13 @@
</Select>
</FormItem>
<FormItem label="消息内容:" prop="content" v-if="formValidate.type === 'text'">
- <textarea
+ <Input
v-model="formValidate.data.content"
placeholder="请填写消息内容"
style="width: 90%"
- ></textarea>
+ type="textarea"
+ :rows="4"
+ ></Input>
<FormItem label="选取图文:" v-if="formValidate.type === 'news'">
<Button type="info" @click="changePic">选择图文消息</Button>
@@ -1792,6 +1792,7 @@ export default {
padding: 20px;
background-color: #fff;
border-radius: 5px;
+ min-height: 600px;
}
.iview-video-style {
@@ -282,7 +282,7 @@ export default {
.left-wrapper {
- height: 904px;
+ height: 920px;
background: #fff;
border-right: 1px solid #f2f2f2;