Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄媛媛
ElectricitySheep
Commits
def869ce
Commit
def869ce
authored
4 years ago
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
817fa9f6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
search.vue
src/components/sallCenter/plugin/search.vue
+6
-0
templateEdit.vue
src/components/sallCenter/templateEdit.vue
+1
-0
No files found.
src/components/sallCenter/plugin/search.vue
View file @
def869ce
...
...
@@ -19,6 +19,12 @@
</div>
<div
class=
"diy-component-edit"
v-if=
"searchData.isCked"
>
<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-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;"
>
...
...
This diff is collapsed.
Click to expand it.
src/components/sallCenter/templateEdit.vue
View file @
def869ce
...
...
@@ -546,6 +546,7 @@
right
:
0
,
//右边距
bottom
:
0
,
//下边距
left
:
0
,
//左边距
searchPosition
:
0
,
//搜索框位置(0-默认,1-顶部)
}
}
this
.
dataList
.
push
(
searchObj
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment