mirror of
				https://github.com/YunaiV/ruoyi-vue-pro.git
				synced 2025-10-31 18:49:06 +08:00 
			
		
		
		
	表格操作列间距调整
This commit is contained in:
		| @ -67,6 +67,11 @@ | |||||||
| 			font-size: 13px; | 			font-size: 13px; | ||||||
| 		} | 		} | ||||||
| 	} | 	} | ||||||
|  | 	.el-table__body-wrapper { | ||||||
|  | 		.el-button [class*="el-icon-"] + span { | ||||||
|  | 			margin-left: 1px; | ||||||
|  | 		} | ||||||
|  | 	} | ||||||
| } | } | ||||||
|  |  | ||||||
| /** 表单布局 **/ | /** 表单布局 **/ | ||||||
|  | |||||||
| @ -69,7 +69,7 @@ | |||||||
|               <span>{{ parseTime(scope.row.createTime) }}</span> |               <span>{{ parseTime(scope.row.createTime) }}</span> | ||||||
|             </template> |             </template> | ||||||
|           </el-table-column> |           </el-table-column> | ||||||
|           <el-table-column label="操作" align="center" width="180" class-name="small-padding fixed-width"> |           <el-table-column label="操作" align="center" width="160" class-name="small-padding fixed-width"> | ||||||
|             <template slot-scope="scope"> |             <template slot-scope="scope"> | ||||||
|               <el-button size="mini" type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)" v-hasPermi="['system:user:edit']">修改</el-button> |               <el-button size="mini" type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)" v-hasPermi="['system:user:edit']">修改</el-button> | ||||||
|               <el-button v-if="scope.row.userId !== 1" size="mini" type="text" icon="el-icon-delete" @click="handleDelete(scope.row)" v-hasPermi="['system:user:remove']">删除</el-button> |               <el-button v-if="scope.row.userId !== 1" size="mini" type="text" icon="el-icon-delete" @click="handleDelete(scope.row)" v-hasPermi="['system:user:remove']">删除</el-button> | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 RuoYi
					RuoYi