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
e80ab7ef
Commit
e80ab7ef
authored
Apr 23, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/huangyuanyuan/electricitysheep
parents
db880faf
ee9a257f
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
14 deletions
+10
-14
mall.vue
src/components/mall.vue
+0
-0
basicSetUp.vue
src/components/setup/basicSetUp.vue
+7
-11
index.js
src/router/index.js
+3
-3
No files found.
src/components/ma
in
.vue
→
src/components/ma
ll
.vue
View file @
e80ab7ef
File moved
src/components/setup/basicSetUp.vue
View file @
e80ab7ef
...
...
@@ -230,9 +230,7 @@
<el-slider
v-model=
"msg.MinBackClarity"
></el-slider>
</el-col>
<el-col
class=
"userinfo"
:span=
"7"
style=
"margin-left: 4.16667%;"
>
<el-input
v-model=
"msg.MinBackClarity"
type=
"number"
>
<
template
slot=
"append"
>
%
</
template
>
</el-input>
<el-input-number
v-model=
"msg.MinBackClarity"
controls-position=
"right"
:min=
"0"
:max=
"100"
></el-input-number>
</el-col>
</el-row>
...
...
@@ -244,9 +242,7 @@
<el-slider
v-model=
"msg.MinBackCircularBead"
:min=
"0"
:max=
"36"
></el-slider>
</el-col>
<el-col
class=
"userinfo"
:span=
"7"
style=
"margin-left: 4.16667%;"
>
<el-input
v-model=
"msg.MinBackCircularBead"
type=
"number"
:min=
"0"
:max=
"36"
>
<
template
slot=
"append"
>
px
</
template
>
</el-input>
<el-input-number
v-model=
"msg.MinBackCircularBead"
controls-position=
"right"
:min=
"0"
:max=
"36"
></el-input-number>
</el-col>
</el-row>
</el-form-item>
...
...
@@ -279,9 +275,9 @@
<div
style=
"width: 50%; padding-left: 100px; zoom: 0.5;"
>
<div
style=
"width: 750px; border: 1px solid rgb(238, 238, 238);position: relative"
>
<img
src=
"../../assets/img/heads.png"
alt=
""
style=
"width: 750px;"
>
<div
class=
"Mintips"
>
<div
class=
"Mintips"
:style=
"{opacity: msg.MinBackClarity/100,borderRadius:msg.MinBackCircularBead+'px'}"
>
<img
src=
"../../assets/img/fork_white.png"
alt=
""
style=
"width: 72px;height: 72px"
>
<span
style=
"
color: white;padding: 0 10px"
>
{{msg.MinTips}}
</span>
<span
style=
"
padding: 0 10px"
>
{{msg.MinTips}}
</span>
</div>
<div
class=
"triangle-up"
>
...
...
@@ -361,9 +357,9 @@
AfterTime
:
''
,
PayWay
:
[],
DeliverWay
:
[],
BalanceFun
:
''
,
BalanceFun
:
false
,
ConsultWay
:
[],
MinSwitch
:
''
,
MinSwitch
:
false
,
MinBackColor
:
'#000000'
,
MinBackClarity
:
100
,
MinBackCircularBead
:
36
,
...
...
@@ -372,7 +368,7 @@
MinIcoColor
:
1
,
MinShareTitle
:
''
,
MinShareIco
:
''
,
BuySwitch
:
''
,
BuySwitch
:
false
,
CarouselOrder
:
0
,
ListShopCar
:
''
,
ListBuyCount
:
''
,
...
...
src/router/index.js
View file @
e80ab7ef
...
...
@@ -36,9 +36,9 @@ export default new Router({
component
:
resolve
=>
require
([
'@/components/setUp/basicSetUp'
],
resolve
),
},
{
path
:
'/ma
in
'
,
name
:
'ma
in
'
,
component
:
resolve
=>
require
([
'@/components/ma
in
'
],
resolve
),
path
:
'/ma
ll
'
,
name
:
'ma
ll
'
,
component
:
resolve
=>
require
([
'@/components/ma
ll
'
],
resolve
),
children
:[
{
path
:
'/zanIndex'
,
...
...
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