mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-04 20:28:45 +08:00 
			
		
		
		
	fix: remove bg color with xl size
This commit is contained in:
		@@ -1,7 +1,7 @@
 | 
				
			|||||||
<template>
 | 
					<template>
 | 
				
			||||||
  <div
 | 
					  <div
 | 
				
			||||||
    :class="prefixCls"
 | 
					    :class="prefixCls"
 | 
				
			||||||
    class="relative h-[100%] lt-xl:bg-[var(--login-bg-color)] lt-md:px-10px lt-sm:px-10px lt-xl:px-10px"
 | 
					    class="relative h-[100%] lt-xl:px-10px lt-md:px-10px lt-sm:px-10px lt-xl:px-10px"
 | 
				
			||||||
  >
 | 
					  >
 | 
				
			||||||
    <div class="relative mx-auto h-full flex">
 | 
					    <div class="relative mx-auto h-full flex">
 | 
				
			||||||
      <div
 | 
					      <div
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user