mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 10:18:42 +08:00 
			
		
		
		
	fix: dialog
This commit is contained in:
		| @@ -11,7 +11,7 @@ const props = defineProps({ | ||||
|   title: propTypes.string.def('Dialog'), | ||||
|   fullscreen: propTypes.bool.def(true), | ||||
|   maxHeight: propTypes.oneOfType([String, Number]).def('300px'), | ||||
|   width: propTypes.oneOfType([String, Number]).def('35%') | ||||
|   width: propTypes.oneOfType([String, Number]).def('40%') | ||||
| }) | ||||
|  | ||||
| const getBindValue = computed(() => { | ||||
| @@ -95,9 +95,15 @@ const dialogStyle = computed(() => { | ||||
| <style lang="less"> | ||||
| .@{elNamespace}-dialog__header { | ||||
|   margin-right: 0 !important; | ||||
|   padding-bottom: 6px; | ||||
|   padding-top: 10px; | ||||
|   border-bottom: 1px solid var(--tags-view-border-color); | ||||
| } | ||||
|  | ||||
| .@{elNamespace}-dialog__headerbtn { | ||||
|   top: -4px !important; | ||||
| } | ||||
|  | ||||
| .@{elNamespace}-dialog__footer { | ||||
|   border-top: 0px solid var(--tags-view-border-color); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 xingyu4j
					xingyu4j