bug
This commit is contained in:
		| @@ -34,7 +34,7 @@ | ||||
|             <el-input v-model="config.summaryTitle" size="mini"></el-input> | ||||
|           </div> | ||||
|         </div> | ||||
|         <div class="layout-config__item" v-else-if="config.type !== 'display'"> | ||||
|         <div class="layout-config__item" v-if="config.type !== 'display'"> | ||||
|           <label>边框</label> | ||||
|           <div class="layout-config__item--right"> | ||||
|             <el-select size="mini" v-model="config.border" placeholder="请选择边框" clearable> | ||||
| @@ -47,7 +47,7 @@ | ||||
|             </el-select> | ||||
|           </div> | ||||
|         </div> | ||||
|         <div class="layout-config__item layout-config__item--input" v-else-if="config.type === 'video'"> | ||||
|         <div class="layout-config__item layout-config__item--input" v-if="config.type === 'video'"> | ||||
|           <label>视频地址</label> | ||||
|           <div class="layout-config__item--right"> | ||||
|             <el-input v-model="config.src" size="mini"></el-input> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user