|  | @@ -147,7 +147,7 @@ function showDetail(detail: any) {
 | 
	
		
			
				|  |  |      <div v-else-if="field === 'stars'" class="flex flex-col font-normal" style="min-width: 170px">
 | 
	
		
			
				|  |  |        <div v-for="(percent, index) in starsPercent(row.goods).reverse()" :key="index" class="w-full flex items-center"
 | 
	
		
			
				|  |  |             style="max-height: 15px">
 | 
	
		
			
				|  |  | -        <span class="w-10 text-right mr-2">{{ 5 - index }}星</span>
 | 
	
		
			
				|  |  | +        <span class="w-10 text-right mr-2 italic">{{ 5 - index }}星</span>
 | 
	
		
			
				|  |  |          <el-tooltip :content="String(row.goods[`ratings${5 - index}`])" :show-after="300" effect="dark" placement="top">
 | 
	
		
			
				|  |  |            <el-progress
 | 
	
		
			
				|  |  |                :color="'#3A8EE6'"
 |