+            
               {{ e.name }}
               {{ e.idNumber && e.idNumber.replace(/^(\w{6})\w{8}(.*)$/, '$1******$2') }}
              
@@ -201,7 +201,7 @@ export default {
           height: 74px;
           border-radius: 8px;
         }
-        .right {
+        .rightes {
           width: 100%;
           display: flex;
           justify-content: space-between;
@@ -248,14 +248,14 @@ export default {
           }
         }
 
-        .right {
+        .rights {
           width: 100%;
           display: flex;
           justify-content: space-between;
           align-items: center;
           margin-left: 32px;
           border-bottom: 1px solid #e4e5e6;
-          padding-right: 20px;
+          padding-right: 40px;
           .applicationNames {
             font-size: 36px;
             font-weight: 500;