规则的source字段调整
This commit is contained in:
		
							parent
							
								
									20974524ba
								
							
						
					
					
						commit
						f550c6cc51
					
				|  | @ -71,34 +71,34 @@ | |||
|             <div class="monitor-list-item-content"> | ||||
|               <div class="monitor-list-item-content-info"> | ||||
|                 <a-row> | ||||
|                   <a-col :span="5" class="monitor-list-item-content-info-key">Source:</a-col> | ||||
|                   <a-col :span="4" class="monitor-list-item-content-info-key">Source:</a-col> | ||||
|                   <a-tooltip> | ||||
|                     <template slot="title"> | ||||
|                       {{ item.source.join("、") }} | ||||
|                     </template> | ||||
|                   <a-col :span="17" class="monitor-list-item-content-info-val"> | ||||
|                   <a-col :span="18" class="monitor-list-item-content-info-val"> | ||||
|                     {{ item.source.join("、") }} | ||||
|                     </a-col> | ||||
|                   </a-tooltip> | ||||
|                 </a-row> | ||||
|                 <a-row> | ||||
|                   <a-col :span="5" class="monitor-list-item-content-info-key">Stations:</a-col> | ||||
|                   <a-col :span="4" class="monitor-list-item-content-info-key">Stations:</a-col> | ||||
|                   <a-tooltip> | ||||
|                     <template slot="title"> | ||||
|                       {{ item.stations.join("、") }} | ||||
|                     </template> | ||||
|                   <a-col :span="17" class="monitor-list-item-content-info-val"> | ||||
|                   <a-col :span="18" class="monitor-list-item-content-info-val"> | ||||
|                     {{ item.stations.join("、") }} | ||||
|                     </a-col> | ||||
|                   </a-tooltip> | ||||
|                 </a-row> | ||||
|                 <a-row> | ||||
|                   <a-col :span="5" class="monitor-list-item-content-info-key">Nuclides:</a-col> | ||||
|                   <a-col :span="4" class="monitor-list-item-content-info-key">Nuclides:</a-col> | ||||
|                   <a-tooltip> | ||||
|                     <template slot="title"> | ||||
|                       {{ item.nuclides.join("、") }} | ||||
|                     </template> | ||||
|                   <a-col :span="17" class="monitor-list-item-content-info-val"> | ||||
|                   <a-col :span="18" class="monitor-list-item-content-info-val"> | ||||
|                     {{ item.nuclides.join("、") }} | ||||
|                     </a-col> | ||||
|                   </a-tooltip> | ||||
|  | @ -652,6 +652,7 @@ export default { | |||
|             // vertical-align: middle; | ||||
|           } | ||||
|           &-val{ | ||||
|             margin-left: 5px; | ||||
|             overflow: hidden; | ||||
|             text-overflow: ellipsis; | ||||
|             white-space: nowrap; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user