fix: Drawer的footer样式错位问题
							parent
							
								
									f2a54807e8
								
							
						
					
					
						commit
						84138b9be4
					
				| 
						 | 
					@ -34,7 +34,7 @@ function handleClose() {
 | 
				
			||||||
<template>
 | 
					<template>
 | 
				
			||||||
  <div
 | 
					  <div
 | 
				
			||||||
    v-if="showFooter || $slots.footer"
 | 
					    v-if="showFooter || $slots.footer"
 | 
				
			||||||
    class="absolute bottom-0 w-full border-t-1 border-light-200 bg-white pl-5 pr-3 dark:bg-dark"
 | 
					    class="absolute bottom-0 left-0 w-full border-t-1 border-light-200 bg-white pl-5 pr-3 dark:bg-dark"
 | 
				
			||||||
    :style="getStyle"
 | 
					    :style="getStyle"
 | 
				
			||||||
  >
 | 
					  >
 | 
				
			||||||
    <template v-if="!$slots.footer">
 | 
					    <template v-if="!$slots.footer">
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue