Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
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
周远喜
mes-ui
Commits
6ea776ec
Commit
6ea776ec
authored
Jul 22, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
index bg&&scrool
parent
66b7669d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
442 additions
and
416 deletions
+442
-416
index.vue
pages/demo/02/index.vue
+287
-275
index.vue
pages/demo/06/index.vue
+155
-141
No files found.
pages/demo/02/index.vue
View file @
6ea776ec
<
template
>
<
template
>
<div
class=
"mainDivs"
>
<div
style=
"width:1860px;margin:0 auto;"
class=
"divmain"
>
<div
style=
"width:1860px;margin:0 auto;"
class=
"divmain"
>
<Row
:gutter=
"24"
index
>
<Row
:gutter=
"24"
index
>
<!--left-->
<!--left-->
...
@@ -297,6 +298,7 @@
...
@@ -297,6 +298,7 @@
<Col
span=
"24"
class=
"mb50"
>
</Col>
<Col
span=
"24"
class=
"mb50"
>
</Col>
</Row>
</Row>
</div>
</div>
</div>
</template>
</template>
<
script
>
<
script
>
import
Train
from
"./train"
;
import
Train
from
"./train"
;
...
@@ -489,4 +491,14 @@ export default {
...
@@ -489,4 +491,14 @@ export default {
.hoverImg :hover {
.hoverImg :hover {
background: #ccc;
background: #ccc;
}
}
.mainDivs {
position: fixed;
width: 100%;
top: 90px;
left: 0;
right: 0;
background: #f5f6fa;
height: calc(100vh - 90px);
overflow: auto;
}
</
style
>
</
style
>
\ No newline at end of file
pages/demo/06/index.vue
View file @
6ea776ec
<
template
>
<
template
>
<div
class=
"mainDivs"
>
<div
style=
"width:1740px;margin:0 auto;"
>
<div
style=
"width:1740px;margin:0 auto;"
>
<Row
class=
"mt20"
>
<Row
class=
"mt20"
>
<Col
span=
"12"
class=
"tc"
>
<Col
span=
"12"
class=
"tc"
>
...
@@ -80,7 +81,8 @@
...
@@ -80,7 +81,8 @@
<Row>
<Row>
<Col
span=
"24"
style=
"height:150px"
>
<Col
span=
"24"
style=
"height:150px"
>
<span
class=
"fl trainTitles"
style=
"color: #2d8cf0;"
>
作业前准备
</span>
<Train
:row=
"dataBlue"
class=
"fl"
></Train>
<span
class=
"fl trainTitles"
style=
"color: #2d8cf0;"
>
作业前准备
</span>
<Train
:row=
"dataBlue"
class=
"fl"
></Train>
</Col>
</Col>
</Row>
</Row>
<Row
class=
"lh30"
>
<Row
class=
"lh30"
>
...
@@ -102,7 +104,8 @@
...
@@ -102,7 +104,8 @@
<!--3-->
<!--3-->
<Row>
<Row>
<Col
span=
"24"
style=
"height:150px"
>
<Col
span=
"24"
style=
"height:150px"
>
<span
class=
"fl trainTitles"
style=
"color: #888;"
>
无电
</span><Train
:row=
"dataGray"
class=
"fl"
></Train>
<span
class=
"fl trainTitles"
style=
"color: #888;"
>
无电
</span>
<Train
:row=
"dataGray"
class=
"fl"
></Train>
</Col>
</Col>
</Row>
</Row>
<Row
class=
"lh30"
>
<Row
class=
"lh30"
>
...
@@ -149,6 +152,7 @@
...
@@ -149,6 +152,7 @@
<Col
span=
"24"
class=
"mb50"
>
</Col>
<Col
span=
"24"
class=
"mb50"
>
</Col>
</Row>
</Row>
</div>
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
import
Train
from
"./train"
;
import
Train
from
"./train"
;
...
@@ -223,6 +227,16 @@ export default {
...
@@ -223,6 +227,16 @@ export default {
};
};
</
script
>
</
script
>
<
style
lang=
"less"
>
<
style
lang=
"less"
>
.mainDivs {
position: fixed;
width: 100%;
top: 90px;
left: 0;
right: 0;
background: #f5f6fa;
height: calc(100vh - 90px);
overflow:auto;
}
.trainTitles {
.trainTitles {
line-height: 130px;
line-height: 130px;
font-size: 18px;
font-size: 18px;
...
...
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