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
00436bd0
Commit
00436bd0
authored
Jun 02, 2020
by
康振飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
login web
parent
aa63d0ce
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
17 deletions
+20
-17
index.vue
pages/account/login/index.vue
+15
-8
index3.vue
pages/account/login/index3.vue
+0
-0
index.vue
pages/produce/execute/index.vue
+5
-9
No files found.
pages/account/login/index.vue
View file @
00436bd0
...
...
@@ -123,10 +123,11 @@ export default {
<
style
lang=
"less"
>
@jianju: 40px;
.account {
position: fixed;
width: 100%;
top: 0;
bottom: 0;
height: 100vh;
position: absolute;
// top: 0;
// bottom: 0;
background-image: url("../../../assets/images/login/login01.png");
.zmd {
z-index: 1;
...
...
@@ -153,12 +154,17 @@ export default {
background-image: url("../../../assets/images/login/login01.png");
}
.main {
position: absolute;
z-index: 55;
top: 168px;
bottom: 168px;
left: 360px;
right: 360px;
height: 603px;
width: 1210px;
min-height: 500px;
min-width: 1100px;
margin: 140px auto;
// position: absolute;
// top: 168px;
// bottom: 168px;
// left: 360px;
// right: 360px;
background: url("../../../assets/images/login/login02.jpg") no-repeat -70px 0px;
background-size: 80%;
display: flex;
...
...
@@ -188,6 +194,7 @@ export default {
height: 110px;
margin: 0 -40px 0 0;
.log_code{
position: relative;
cursor: pointer;
width: 90px;
height: 85PX;
...
...
pages/account/login/index
old
.vue
→
pages/account/login/index
3
.vue
View file @
00436bd0
File moved
pages/produce/execute/index.vue
View file @
00436bd0
...
...
@@ -16,23 +16,19 @@
<div
slot=
"header"
>
<div
class=
"header"
>
<a
class=
"gd_tt"
@
click=
"goToOrder"
><Icon
type=
"ios-undo-outline"
/>
工单列表
</a>
<Select
v-model=
"odermodel"
class=
"select_star fr"
style=
"width:100px"
@
on-change=
"searchOrder"
>
<Option
v-for=
"item in oderList"
:value=
"item.value"
:key=
"item.index"
>
{{
item
.
label
}}
<!--
<Dictionary
code=
"taskList.status"
class=
"select_star fr"
v-model=
"odermodel"
@
on-change=
"searchOrder"
></Dictionary>
-->
<!--
<Select
v-model=
"odermodel"
style=
"width:100px"
@
on-change=
"searchOrder"
>
<Option
v-for=
"item in oderList"
:value=
"item.value"
:key=
"item.index"
>
{{
item
.
label
}}
-->
<!--
<state
code=
"taskList.status"
ref=
"state"
class=
"fr"
:value=
"item.value"
type=
"text"
></state>
-->
</Option>
</Select>
<!--
<a
class=
"openAll"
><Icon
type=
"ios-list"
size=
"18"
/>
展开全部列表
</a>
-->
<!--
</Option>
</Select>
-->
</div>
<div
class=
"select_t"
>
<!--
<Select
v-model=
"odermodel"
style=
"width:100px"
@
on-change=
"searchOrder"
>
<Option
v-for=
"item in oderList"
:value=
"item.value"
:key=
"item.index"
>
{{
item
.
label
}}
</Option>
</Select>
-->
<!--
<span
class=
"gd_length"
>
{{
listLength
}}
</span>
-->
<Button
class=
""
>
时间正序排列
</Button>
</div>
</div>
...
...
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