+
按条件筛选的
222
个客户群
@@ -264,6 +264,29 @@
}
}
+ .text {
+ display: flex;
+ align-items: center;
+
+ i {
+ color: #2266FF;
+ font-style: normal;
+ }
+
+ em {
+ margin-left: 8px;
+ color: #2266FF;
+ font-size: 12px;
+ font-style: normal;
+ cursor: pointer;
+ transition: all ease 0.3s;
+
+ &:hover {
+ opacity: 0.6;
+ }
+ }
+ }
+
.msg {
background: #F9F9F9;
border-radius: 2px;