mirror of
				https://github.com/TeaOSLab/EdgeAdmin.git
				synced 2025-11-04 13:10:26 +08:00 
			
		
		
		
	修复安装界面中安装按钮被部分遮挡的问题
This commit is contained in:
		@@ -60,8 +60,8 @@
 | 
				
			|||||||
.install-box .button-group .status-box {
 | 
					.install-box .button-group .status-box {
 | 
				
			||||||
  position: absolute;
 | 
					  position: absolute;
 | 
				
			||||||
  top: 3em;
 | 
					  top: 3em;
 | 
				
			||||||
  left: 5em;
 | 
					  left: 8em;
 | 
				
			||||||
  right: 5em;
 | 
					  right: 8em;
 | 
				
			||||||
  bottom: 0;
 | 
					  bottom: 0;
 | 
				
			||||||
  text-align: center;
 | 
					  text-align: center;
 | 
				
			||||||
  z-index: 0;
 | 
					  z-index: 0;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -353,7 +353,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
			<div class="button-group">
 | 
								<div class="button-group">
 | 
				
			||||||
				<div class="ui divider"></div>
 | 
									<div class="ui divider"></div>
 | 
				
			||||||
                <div class="status-box"><span class="blue">{{statusText}}</span></div>
 | 
					                <div class="status-box" v-show="statusText != null && statusText.length > 0"><span class="blue">{{statusText}}</span></div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
				<button class="ui button" type="button" @click.prevent="goBackAdmin"><i class="icon long arrow left"></i>上一步</button>
 | 
									<button class="ui button" type="button" @click.prevent="goBackAdmin"><i class="icon long arrow left"></i>上一步</button>
 | 
				
			||||||
				<button class="ui button primary" type="submit" v-if="!isInstalling">确认并开始安装</button>
 | 
									<button class="ui button primary" type="submit" v-if="!isInstalling">确认并开始安装</button>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -76,8 +76,8 @@
 | 
				
			|||||||
		.status-box {
 | 
							.status-box {
 | 
				
			||||||
			position: absolute;
 | 
								position: absolute;
 | 
				
			||||||
			top: 3em;
 | 
								top: 3em;
 | 
				
			||||||
			left: 5em;
 | 
								left: 8em;
 | 
				
			||||||
			right: 5em;
 | 
								right: 8em;
 | 
				
			||||||
			bottom: 0;
 | 
								bottom: 0;
 | 
				
			||||||
			text-align: center;
 | 
								text-align: center;
 | 
				
			||||||
			z-index: 0;
 | 
								z-index: 0;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user