消息预计送达居民群数:
{{ groupLen }}
@@ -145,20 +144,19 @@
active-text="开启后,创建的群发任务需要审批人进行审批">
-
-
-
-
-
-
-
+
+
+
+
+
+
请选择
+
{{ form.examines.length ? '重新选择' : '选择' }}
- 请选择
-
- {{ form.examines.length ? '重新选择' : '选择' }}
-
-
+
@@ -817,8 +815,15 @@ export default {
min-height: 32px;
line-height: 1;
background: #F5F5F5;
- border-radius: 2px;
+ border-radius: 4px;
border: 1px solid #D0D4DC;
+ cursor: pointer;
+ overflow: hidden;
+ transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
+
+ &:hover {
+ border-color: #26f;
+ }
& > i {
flex: 1;
@@ -860,6 +865,7 @@ export default {
flex: 1;
padding: 5px 0 0px 12px;
border-right: 1px solid #D0D4DC;
+ border-radius: 4px 0 0 4px;
background: #fff;
em {