Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
9ce293c9
Commit
9ce293c9
authored
May 21, 2020
by
张俊
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of cloud.wodcloud.com:apaas/apaas-v3-ui into dev
parents
b51c35ed
9a1da877
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
3 deletions
+14
-3
src/pages/app_build.vue
src/pages/app_build.vue
+14
-3
No files found.
src/pages/app_build.vue
View file @
9ce293c9
...
...
@@ -26,7 +26,7 @@
>
<h3
style=
"margin: 30px 0;"
>
上传部署文件
</h3>
<div
class=
"step_action"
>
<el-button
type=
"primary"
@
click=
"preStep"
>
<el-button
type=
"primary"
plain
@
click=
"preStep"
>
上一步
</el-button>
<el-button
type=
"primary"
@
click=
"nextStep"
>
...
...
@@ -41,7 +41,7 @@
>
<h3
style=
"margin: 30px 0;"
>
用基础信息填写
</h3>
<div
class=
"step_action"
>
<el-button
type=
"primary"
@
click=
"preStep"
>
<el-button
type=
"primary"
plain
@
click=
"preStep"
>
上一步
</el-button>
<el-button
type=
"primary"
@
click=
"sunbmitAction"
>
...
...
@@ -93,9 +93,20 @@ export default {
text-align
:
right
;
}
.step_action
>
.el-button
{
width
:
124px
;
min-width
:
124px
;
height
:
44px
;
margin-right
:
30px
;
}
.step_action
>
.el-button--primary
{
color
:
#fff
;
background-color
:
#0f2683
;
border-color
:
#0f2683
;
}
.step_action
>
.el-button--primary.is-plain
{
color
:
#0f2683
;
background-color
:
#e1e4fb
;
border-color
:
#e1e4fb
;
}
</
style
>
<
style
>
...
...
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