mirror of
				https://github.com/YunaiV/ruoyi-vue-pro.git
				synced 2025-10-31 10:37:41 +08:00 
			
		
		
		
	style: 登录日志页面布局
This commit is contained in:
		| @ -8,7 +8,7 @@ const crudSchemas = reactive<VxeCrudSchema>({ | |||||||
|   primaryType: 'seq', |   primaryType: 'seq', | ||||||
|   primaryTitle: '日志编号', |   primaryTitle: '日志编号', | ||||||
|   action: true, |   action: true, | ||||||
|   actionWidth: '80px', |   actionWidth: '100px', | ||||||
|   columns: [ |   columns: [ | ||||||
|     { |     { | ||||||
|       title: '日志类型', |       title: '日志类型', | ||||||
| @ -28,10 +28,7 @@ const crudSchemas = reactive<VxeCrudSchema>({ | |||||||
|     }, |     }, | ||||||
|     { |     { | ||||||
|       title: '浏览器', |       title: '浏览器', | ||||||
|       field: 'userAgent', |       field: 'userAgent' | ||||||
|       table: { |  | ||||||
|         width: 100 |  | ||||||
|       } |  | ||||||
|     }, |     }, | ||||||
|     { |     { | ||||||
|       title: '登陆结果', |       title: '登陆结果', | ||||||
| @ -44,7 +41,7 @@ const crudSchemas = reactive<VxeCrudSchema>({ | |||||||
|       field: 'createTime', |       field: 'createTime', | ||||||
|       formatter: 'formatDate', |       formatter: 'formatDate', | ||||||
|       table: { |       table: { | ||||||
|         width: 100 |         width: 150 | ||||||
|       }, |       }, | ||||||
|       search: { |       search: { | ||||||
|         show: true, |         show: true, | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 xingyu4j
					xingyu4j