Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
Front_end_project-template
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
白狗汪汪汪
Front_end_project-template
Commits
d554cd6e
Commit
d554cd6e
authored
Mar 27, 2019
by
白狗汪汪汪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
白狗汪汪汪
parent
89483d2c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
15 deletions
+24
-15
src/App.vue
+2
-3
src/components/index/digitalLargeScreen/digitalLargeScreen.less
+8
-6
src/components/index/digitalLargeScreen/digitalLargeScreen.ts
+0
-1
src/components/index/digitalLargeScreen/digitalLargeScreen.vue
+14
-5
No files found.
src/App.vue
View file @
d554cd6e
...
@@ -22,9 +22,7 @@ export default class App extends Vue {
...
@@ -22,9 +22,7 @@ export default class App extends Vue {
font-family
:
'Avenir'
,
Helvetica
,
Arial
,
sans-serif
;
font-family
:
'Avenir'
,
Helvetica
,
Arial
,
sans-serif
;
-webkit-font-smoothing
:
antialiased
;
-webkit-font-smoothing
:
antialiased
;
-moz-osx-font-smoothing
:
grayscale
;
-moz-osx-font-smoothing
:
grayscale
;
text-align
:
center
;
height
:
100%
;
color
:
#2c3e50
;
margin-top
:
60px
;
}
}
</
style
>
</
style
>
\ No newline at end of file
src/components/index/digitalLargeScreen/digitalLargeScreen.less
View file @
d554cd6e
.hello2{
// 数据大屏
display: block;
position: relative;
.bigScreen{
.text{
width: 100%;
font-size: 25px;
height: 100%;
}
background: rgba(23, 26, 59, 1);
overflow: hidden;
}
}
\ No newline at end of file
src/components/index/digitalLargeScreen/digitalLargeScreen.ts
View file @
d554cd6e
...
@@ -9,7 +9,6 @@ import { State,
...
@@ -9,7 +9,6 @@ import { State,
Mutation
,
Mutation
,
namespace
}
from
'vuex-class'
;
namespace
}
from
'vuex-class'
;
const
test
=
namespace
(
'test'
);
const
test
=
namespace
(
'test'
);
@
Component
({})
@
Component
({})
...
...
src/components/index/digitalLargeScreen/digitalLargeScreen.vue
View file @
d554cd6e
<!--
数据大屏页面
白富友
2019/3/27
-->
<
template
>
<
template
>
<div
class=
"hello2"
>
<div
class=
"bigScreen"
>
<p>
测试vuex状态管理的组件
</p>
<header>
<input
type=
"text"
v-model=
"user_Info"
>
<img
src=
"@/assets/img/img-title.png"
alt=
""
>
<el-button
@
click=
"changeInfo"
>
按钮
</el-button>
</header>
<span
class=
"text"
v-text=
"`这是子组件内引入的状态:$
{info}`">
</span>
<div
class=
"content"
>
<div
class=
"left"
></div>
<div
class=
"center"
></div>
<div
class=
"right"
></div>
</div>
</div>
</div>
</
template
>
</
template
>
...
...
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