Commit def869ce authored by 黄奎's avatar 黄奎

页面修改

parent 817fa9f6
...@@ -19,6 +19,12 @@ ...@@ -19,6 +19,12 @@
</div> </div>
<div class="diy-component-edit" v-if="searchData.isCked"> <div class="diy-component-edit" v-if="searchData.isCked">
<el-form label-width="100px"> <el-form label-width="100px">
<el-form-item label="搜索框位置">
<el-select v-model="searchData.data.searchPosition" class="w120" >
<el-option label="默认" :value='0'></el-option>
<el-option label="顶部" :value='1'></el-option>
</el-select>
</el-form-item>
<el-form-item label="搜索框颜色"> <el-form-item label="搜索框颜色">
<el-color-picker v-model="searchData.data.color" size="small"></el-color-picker> <el-color-picker v-model="searchData.data.color" size="small"></el-color-picker>
<el-input type="text" v-model="searchData.data.color" size="small" style="width: 80px; margin-right: 25px;"> <el-input type="text" v-model="searchData.data.color" size="small" style="width: 80px; margin-right: 25px;">
......
...@@ -546,6 +546,7 @@ ...@@ -546,6 +546,7 @@
right: 0, //右边距 right: 0, //右边距
bottom: 0, //下边距 bottom: 0, //下边距
left: 0, //左边距 left: 0, //左边距
searchPosition:0,//搜索框位置(0-默认,1-顶部)
} }
} }
this.dataList.push(searchObj); this.dataList.push(searchObj);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment