Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ant-design-pro-vue
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tianzhuanghu
ant-design-pro-vue
Commits
1ff7cfc0
Commit
1ff7cfc0
authored
Oct 12, 2018
by
Sendya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated mobile style
parent
37b80c93
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
Advanced.vue
src/views/profile/advanced/Advanced.vue
+7
-1
No files found.
src/views/profile/advanced/Advanced.vue
View file @
1ff7cfc0
...
...
@@ -30,7 +30,7 @@
</
template
>
<a-card
:bordered=
"false"
title=
"流程进度"
>
<a-steps
:current=
"1"
progressDot
>
<a-steps
:
direction=
"device==='mobile' && 'vertical' || 'horizontal'"
:
current=
"1"
progressDot
>
<a-step
title=
"创建项目"
>
</a-step>
<a-step
title=
"部门初审"
>
...
...
@@ -133,6 +133,7 @@
</template>
<
script
>
import
{
mapState
}
from
'vuex'
import
PageLayout
from
'@/components/layout/PageLayout'
import
DetailList
from
'@/components/tools/DetailList'
...
...
@@ -295,6 +296,11 @@
return
statusTypeMap
[
type
]
}
},
computed
:
{
...
mapState
({
device
:
state
=>
state
.
app
.
device
,
})
},
}
</
script
>
...
...
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