mirror of
				https://github.com/TeaOSLab/EdgeAdmin.git
				synced 2025-11-04 13:10:26 +08:00 
			
		
		
		
	优化界面显示
This commit is contained in:
		@@ -69,14 +69,7 @@ Vue.component("http-cache-config-box", {
 | 
			
		||||
				</td>
 | 
			
		||||
			</tr>
 | 
			
		||||
			<tr>
 | 
			
		||||
				<td>使用默认缓存条件</td>
 | 
			
		||||
				<td>	
 | 
			
		||||
					<checkbox v-model="enablePolicyRefs"></checkbox>
 | 
			
		||||
					<p class="comment">选中后使用系统缓存策略中定义的默认的缓存条件。</p>
 | 
			
		||||
				</td>
 | 
			
		||||
			</tr>
 | 
			
		||||
			<tr>
 | 
			
		||||
				<td class="title">是否开启缓存</td>
 | 
			
		||||
				<td class="title">开启缓存</td>
 | 
			
		||||
				<td>
 | 
			
		||||
					<div class="ui checkbox">
 | 
			
		||||
						<input type="checkbox" v-model="cacheConfig.isOn"/>
 | 
			
		||||
@@ -93,6 +86,13 @@ Vue.component("http-cache-config-box", {
 | 
			
		||||
			</tr>
 | 
			
		||||
		</tbody>
 | 
			
		||||
		<tbody v-show="isOn() && moreOptionsVisible">
 | 
			
		||||
			<tr>
 | 
			
		||||
				<td>使用默认缓存条件</td>
 | 
			
		||||
				<td>	
 | 
			
		||||
					<checkbox v-model="enablePolicyRefs"></checkbox>
 | 
			
		||||
					<p class="comment">选中后使用系统中已经定义的默认缓存条件。</p>
 | 
			
		||||
				</td>
 | 
			
		||||
			</tr>
 | 
			
		||||
			<tr>
 | 
			
		||||
				<td>添加X-Cache Header</td>
 | 
			
		||||
				<td>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user