mirror of
				https://github.com/continew-org/continew-admin-ui.git
				synced 2025-10-31 20:58:40 +08:00 
			
		
		
		
	style: 优化新增任务窗口样式
This commit is contained in:
		| @@ -4,6 +4,7 @@ | |||||||
|     :title="title" |     :title="title" | ||||||
|     :mask-closable="false" |     :mask-closable="false" | ||||||
|     :esc-to-close="false" |     :esc-to-close="false" | ||||||
|  |     :body-style="{ maxHeight: width >= 700 ? '76vh' : '100vh' }" | ||||||
|     :width="width >= 700 ? 700 : '100%'" |     :width="width >= 700 ? 700 : '100%'" | ||||||
|     @before-ok="save" |     @before-ok="save" | ||||||
|     @close="reset" |     @close="reset" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user