Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
E
energyai_vue
Project
Project
Details
Activity
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
葛齐林
energyai_vue
Commits
69a8b2e8
Commit
69a8b2e8
authored
Apr 07, 2021
by
xiexingan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交
parent
420b99ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
page.vue
src/pages/eq/hall/page.vue
+1
-2
No files found.
src/pages/eq/hall/page.vue
View file @
69a8b2e8
...
...
@@ -8,7 +8,7 @@
<el-row
:gutter=
"10"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"节能模式:"
>
<div
class=
"switch-warp"
>
<div
class=
"switch-warp"
style=
'transform: translateY(7px);'
>
<div
:class=
"[formData.saving == 1?'on':'']"
@
click=
"handleSwitch(1)"
>
人工
</div>
<div
:class=
"[formData.saving == 2?'on':'']"
@
click=
"handleSwitch(2)"
>
节能
</div>
</div>
...
...
@@ -188,7 +188,6 @@ export default {
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0
.03
);
box-shadow
:
0px
1px
0px
1px
rgba
(
255
,
255
,
255
,
0
.25
)
,
0px
2px
4px
0px
rgba
(
0
,
0
,
0
,
0
.1
);
transform
:
translateY
(
7px
);
div
{
width
:
45px
;
height
:
24px
;
...
...
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