mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 02:08:43 +08:00 
			
		
		
		
	【功能优化】全局:代码生成字段过多时,操作栏设置 min-width 保证宽度
This commit is contained in:
		| @@ -74,7 +74,7 @@ | |||||||
|           start-placeholder="开始日期" |           start-placeholder="开始日期" | ||||||
|           end-placeholder="结束日期" |           end-placeholder="结束日期" | ||||||
|           :default-time="[new Date('1 00:00:00'), new Date('1 23:59:59')]" |           :default-time="[new Date('1 00:00:00'), new Date('1 23:59:59')]" | ||||||
|           class="!w-240px" |           class="!w-220px" | ||||||
|         /> |         /> | ||||||
|       </el-form-item> |       </el-form-item> | ||||||
|       #end |       #end | ||||||
| @@ -181,7 +181,7 @@ | |||||||
|         #end |         #end | ||||||
|       #end |       #end | ||||||
|     #end |     #end | ||||||
|       <el-table-column label="操作" align="center"> |       <el-table-column label="操作" align="center" min-width="120px"> | ||||||
|         <template #default="scope"> |         <template #default="scope"> | ||||||
|           <el-button |           <el-button | ||||||
|             link |             link | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 YunaiV
					YunaiV