群发居民群
This commit is contained in:
@@ -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' }]">
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user