浏览代码

fix style

jwyu 1 年之前
父节点
当前提交
147364a9d0
共有 1 个文件被更改,包括 31 次插入21 次删除
  1. 31 21
      src/views/reportEn/components/SendEmail.vue

+ 31 - 21
src/views/reportEn/components/SendEmail.vue

@@ -369,29 +369,33 @@ function handleConfirmSendEmail(){
         padding-top: 30px;
         .top-box{
             padding: 0 15px;
-            height: 64px;
-            .left-user-box{
-                li{
-                    width: 40px;
-                    height: 40px;
-                    line-height: 40px;
-                    border-width: 2px;
-                }
-                li:nth-child(2){
-                    margin-left: -10px;
-                }
-                li:nth-child(3){
-                    margin-left: -10px;
-                }
-                li:nth-child(4){
-                    margin-left: -10px;
-                }
-                li:nth-child(5){
-                    margin-left: -10px;
+            min-height: 64px;
+            .left-variety-box{
+                padding-right: 5px;
+                margin-right: 5px;
+                &::after{
+                    width: 2px;
+                    height: 20px;
                 }
-                .num{
-                    margin-left: -10px;
+                li{
+                    padding: 4px 10px;
+                    border-radius: 40px;
+                    margin-bottom: 10px;
+                    .icon{
+                        width: 18px;
+                        height: 18px;
+                        margin-left: 3px;
+                    }
                 }
+                
+            }
+            .van-search{
+                width: 200px;
+            }
+            .add-icon{
+                width: 35px;
+                height: 35px;
+                margin-left: 10px;
             }
         }
         .list-wrap{
@@ -404,5 +408,11 @@ function handleConfirmSendEmail(){
             margin: 10px auto;
         }
     }
+    .search-wrap{
+        .head-box{
+            line-height: 50px;
+            font-size: 18px;
+        }
+    }
 }
 </style>