群发居民群

This commit is contained in:
shijingjing
2023-01-29 09:12:28 +08:00
parent 5eeef42174
commit 2193c950d9
2 changed files with 9 additions and 7 deletions

View File

@@ -44,11 +44,11 @@
<div class="tips">
<p>消息预计送达居民群数</p>
<span>{{ groupLen }}</span>
<el-tooltip
<!-- <el-tooltip
placement="top"
content="将由指定群主发送给TA作为群主的所有的群由于企业微信限制当超过1000个时将只发送到最近活跃的1000个群">
<i class="iconfont iconModal_Warning"></i>
</el-tooltip>
</el-tooltip> -->
</div>
</el-form-item>
<el-form-item label="发送内容" prop="content" style="width: 100%;" :rules="[{ required: true, message: '请输入发送内容', trigger: 'blur' }]">

View File

@@ -90,11 +90,11 @@
<h2>选择群发方式</h2>
<p>可根据不同的使用需求选择相应的群发方式</p>
<div class="dialog-list">
<div class="item" :class="[currIndex === '0' ? 'active' : '']" @click="currIndex = '0'">
<!-- <div class="item" :class="[currIndex === '0' ? 'active' : '']" @click="currIndex = '0'">
<img src="https://cdn.cunwuyun.cn/dvcp/announce/icon1.png" />
<h3>成员一键群发</h3>
<p>成员收到通知后可一键直接群发到居民群,任务开始后不支持关闭</p>
</div>
</div> -->
<div class="item" :class="[currIndex === '1' ? 'active' : '']" @click="currIndex = '1'">
<img src="https://cdn.cunwuyun.cn/dvcp/announce/icon2.png" />
<h3>通知成员群发</h3>
@@ -329,12 +329,14 @@
}
.dialog-list {
display: flex;
justify-content: space-between;
// display: flex;
// justify-content: space-between;
margin-bottom: 40px;
& > div {
flex: 1;
// flex: 1;
width: 216px;
margin-left: 120px;
height: 280px;
padding: 24px;
background: #FFFFFF;