26206
This commit is contained in:
		@@ -40,8 +40,7 @@
 | 
			
		||||
 | 
			
		||||
            <div class="right">
 | 
			
		||||
              <div class="applicationNames">{{ e.name }}</div>
 | 
			
		||||
 | 
			
		||||
              <!-- <img src="./img/2.png" alt="" class="imgs" /> -->
 | 
			
		||||
              <div class="idNumbers">{{ e.idNumber && e.idNumber.replace(/^(\w{6})\w{8}(.*)$/, '$1******$2') }}</div>
 | 
			
		||||
            </div>
 | 
			
		||||
          </div>
 | 
			
		||||
        </div>
 | 
			
		||||
@@ -256,14 +255,14 @@ export default {
 | 
			
		||||
          align-items: center;
 | 
			
		||||
          margin-left: 32px;
 | 
			
		||||
          border-bottom: 1px solid #e4e5e6;
 | 
			
		||||
          padding-right: 20px;
 | 
			
		||||
          .applicationNames {
 | 
			
		||||
            font-size: 36px;
 | 
			
		||||
            font-weight: 500;
 | 
			
		||||
            color: #333333;
 | 
			
		||||
          }
 | 
			
		||||
          .imgs {
 | 
			
		||||
            width: 40px;
 | 
			
		||||
            height: 40px;
 | 
			
		||||
          .idNumbers {
 | 
			
		||||
            color: #666;
 | 
			
		||||
          }
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user