mirror of
				https://github.com/continew-org/continew-admin.git
				synced 2025-11-04 10:57:10 +08:00 
			
		
		
		
	style: 优化仪表盘二维码展示
This commit is contained in:
		@@ -3,11 +3,13 @@
 | 
			
		||||
    indicator-type="slider"
 | 
			
		||||
    show-arrow="hover"
 | 
			
		||||
    auto-play
 | 
			
		||||
    style="width: 100%; height: 300px; border-radius: 4px; overflow: hidden"
 | 
			
		||||
    style="width: 100%; height: 282px; border-radius: 4px; overflow: hidden"
 | 
			
		||||
  >
 | 
			
		||||
    <a-carousel-item v-for="(src, idx) in imageSrc" :key="idx">
 | 
			
		||||
      <div>
 | 
			
		||||
      <div style="padding: 10px 30px 15px">
 | 
			
		||||
        <div style="margin-bottom: 5px; text-align: center">相互 (huá shuǐ) 交流 (mō yú)</div>
 | 
			
		||||
        <img :src="src" style="width: 100%" alt="QrCode" />
 | 
			
		||||
        <div style="text-align: center">扫码加VX,备注 cnadmin 进群</div>
 | 
			
		||||
      </div>
 | 
			
		||||
    </a-carousel-item>
 | 
			
		||||
  </a-carousel>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user