mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 18:28:43 +08:00 
			
		
		
		
	style: button icon style
This commit is contained in:
		| @@ -139,7 +139,7 @@ getList() | ||||
|           v-hasPermi="['system:post:update']" | ||||
|           @click="handleUpdate(row)" | ||||
|         > | ||||
|           <Icon icon="ep:edit" class="mr-5px" /> {{ t('action.edit') }} | ||||
|           <Icon icon="ep:edit" class="mr-1px" /> {{ t('action.edit') }} | ||||
|         </el-button> | ||||
|         <el-button | ||||
|           link | ||||
| @@ -147,7 +147,7 @@ getList() | ||||
|           v-hasPermi="['system:post:update']" | ||||
|           @click="handleDetail(row)" | ||||
|         > | ||||
|           <Icon icon="ep:view" class="mr-5px" /> {{ t('action.detail') }} | ||||
|           <Icon icon="ep:view" class="mr-1px" /> {{ t('action.detail') }} | ||||
|         </el-button> | ||||
|         <el-button | ||||
|           link | ||||
| @@ -155,7 +155,7 @@ getList() | ||||
|           v-hasPermi="['system:post:delete']" | ||||
|           @click="handleDelete(row)" | ||||
|         > | ||||
|           <Icon icon="ep:delete" class="mr-5px" /> {{ t('action.del') }} | ||||
|           <Icon icon="ep:delete" class="mr-1px" /> {{ t('action.del') }} | ||||
|         </el-button> | ||||
|       </template> | ||||
|     </Table> | ||||
|   | ||||
| @@ -139,7 +139,7 @@ getList() | ||||
|           v-hasPermi="['system:post:update']" | ||||
|           @click="handleUpdate(row)" | ||||
|         > | ||||
|           <Icon icon="ep:edit" class="mr-5px" /> {{ t('action.edit') }} | ||||
|           <Icon icon="ep:edit" class="mr-1px" /> {{ t('action.edit') }} | ||||
|         </el-button> | ||||
|         <el-button | ||||
|           link | ||||
| @@ -147,7 +147,7 @@ getList() | ||||
|           v-hasPermi="['system:post:update']" | ||||
|           @click="handleDetail(row)" | ||||
|         > | ||||
|           <Icon icon="ep:view" class="mr-5px" /> {{ t('action.detail') }} | ||||
|           <Icon icon="ep:view" class="mr-1px" /> {{ t('action.detail') }} | ||||
|         </el-button> | ||||
|         <el-button | ||||
|           link | ||||
| @@ -155,7 +155,7 @@ getList() | ||||
|           v-hasPermi="['system:post:delete']" | ||||
|           @click="handleDelete(row)" | ||||
|         > | ||||
|           <Icon icon="ep:delete" class="mr-5px" /> {{ t('action.del') }} | ||||
|           <Icon icon="ep:delete" class="mr-1px" /> {{ t('action.del') }} | ||||
|         </el-button> | ||||
|       </template> | ||||
|     </Table> | ||||
|   | ||||
| @@ -128,13 +128,13 @@ getList() | ||||
|       </template> | ||||
|       <template #action="{ row }"> | ||||
|         <el-button link type="primary" v-hasPermi="['pay:order:update']" @click="handleUpdate(row)"> | ||||
|           <Icon icon="ep:edit" class="mr-5px" /> {{ t('action.edit') }} | ||||
|           <Icon icon="ep:edit" class="mr-1px" /> {{ t('action.edit') }} | ||||
|         </el-button> | ||||
|         <el-button link type="primary" v-hasPermi="['pay:order:update']" @click="handleDetail(row)"> | ||||
|           <Icon icon="ep:view" class="mr-5px" /> {{ t('action.detail') }} | ||||
|           <Icon icon="ep:view" class="mr-1px" /> {{ t('action.detail') }} | ||||
|         </el-button> | ||||
|         <el-button link type="primary" v-hasPermi="['pay:order:delete']" @click="handleDelete(row)"> | ||||
|           <Icon icon="ep:delete" class="mr-5px" /> {{ t('action.del') }} | ||||
|           <Icon icon="ep:delete" class="mr-1px" /> {{ t('action.del') }} | ||||
|         </el-button> | ||||
|       </template> | ||||
|     </Table> | ||||
|   | ||||
| @@ -89,7 +89,7 @@ getList() | ||||
|           v-hasPermi="['system:post:update']" | ||||
|           @click="handleDetail(row)" | ||||
|         > | ||||
|           <Icon icon="ep:view" class="mr-5px" /> {{ t('action.detail') }} | ||||
|           <Icon icon="ep:view" class="mr-1px" /> {{ t('action.detail') }} | ||||
|         </el-button> | ||||
|         <el-button | ||||
|           link | ||||
| @@ -97,7 +97,7 @@ getList() | ||||
|           v-hasPermi="['system:post:delete']" | ||||
|           @click="handleDelete(row)" | ||||
|         > | ||||
|           <Icon icon="ep:delete" class="mr-5px" /> {{ t('action.del') }} | ||||
|           <Icon icon="ep:delete" class="mr-1px" /> {{ t('action.del') }} | ||||
|         </el-button> | ||||
|       </template> | ||||
|     </Table> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 xingyu
					xingyu