|
@@ -1,6 +1,12 @@
|
1
|
1
|
<template>
|
2
|
2
|
<div v-loading="loading" class="welcomeGroup-wrap">
|
3
|
|
- <div class="screenBox">
|
|
3
|
+ <div class="self-hint">
|
|
4
|
+ <i class="el-icon-message-solid" />
|
|
5
|
+ <div>
|
|
6
|
+ <p>每个企业的入群欢迎语素材库中,最多容纳100个素材</p>
|
|
7
|
+ </div>
|
|
8
|
+ </div>
|
|
9
|
+ <div class="screenBox" style="margin-top: 10px;">
|
4
|
10
|
<div class="filter-wrap">
|
5
|
11
|
<!-- 标题 -->
|
6
|
12
|
<selfInputV2 v-model="filter.keyword" label_name="标题" placeholder="请输入标题" :labelWidth="true" @change="onChangeKeyword" style="width: auto" />
|