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
68f18fcf
Commit
68f18fcf
authored
Apr 28, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
d8f7d9e7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
14 deletions
+4
-14
labelBar.vue
src/components/StoreDesign/labelBar.vue
+4
-14
No files found.
src/components/StoreDesign/labelBar.vue
View file @
68f18fcf
...
...
@@ -74,7 +74,7 @@
}
.labelBar
.Label_RightBtm
{
margin
-top
:
20px
;
margin
:
20px
0
;
background-color
:
#fff
;
}
...
...
@@ -268,10 +268,10 @@
<el-form-item
label=
"名称"
prop=
"TagName"
>
<el-input
type=
"text"
v-model=
"addMsg.TagName"
size=
"small"
class=
"w400"
maxlength=
"100"
/>
</el-form-item>
<el-form-item
label=
"文字颜色"
prop=
"textColor"
>
<el-form-item
label=
"文字颜色"
>
<el-color-picker
size=
"small"
v-model=
"addMsg.DefaultColor"
></el-color-picker>
</el-form-item>
<el-form-item
label=
"选中文字颜色"
prop=
"ckedTextColor"
>
<el-form-item
label=
"选中文字颜色"
>
<el-color-picker
size=
"small"
v-model=
"addMsg.CheckedColor"
></el-color-picker>
</el-form-item>
<el-form-item
label=
"导航链接"
prop=
"TagLink"
>
...
...
@@ -399,16 +399,6 @@
message
:
"请输入导航名称"
,
trigger
:
"blur"
}],
textColor
:
[{
required
:
true
,
message
:
""
,
trigger
:
"blur"
}],
ckedTextColor
:
[{
required
:
true
,
message
:
""
,
trigger
:
"blur"
}],
TagLink
:
[{
required
:
true
,
message
:
"请选择导航链接"
,
...
...
@@ -469,7 +459,7 @@
this
.
isShowDialog
=
true
;
},
//提交数据
submit
f
orm
(
addMsg
)
{
submit
F
orm
(
addMsg
)
{
//提交创建、修改表单
this
.
$refs
[
addMsg
].
validate
(
valid
=>
{
if
(
valid
)
{
...
...
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