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
e32b6a17
Commit
e32b6a17
authored
Aug 10, 2020
by
徐一鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
服务规格按钮样式
parent
9e397dc1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
12 deletions
+15
-12
src/components/service-info/app-info.vue
src/components/service-info/app-info.vue
+5
-10
src/components/service-info/service-info.vue
src/components/service-info/service-info.vue
+10
-2
No files found.
src/components/service-info/app-info.vue
View file @
e32b6a17
...
...
@@ -222,17 +222,12 @@ export default {
width
:
220px
;
margin-left
:
20px
;
}
.application_info
.el-button--primary
{
</
style
>
<
style
>
.application_info.apaas_button
.el-button--primary
{
color
:
#fff
;
background-color
:
#515fe7
;
border-color
:
#515fe7
;
}
.application_info
.el-button--warning.is-plain
{
background-color
:
#fcefd6
;
border-color
:
#fac266
;
color
:
#e56600
;
}
.application_info
.el-button--warning
{
background-color
:
#e56600
;
border-color
:
#e56600
;
}
</
style
>
src/components/service-info/service-info.vue
View file @
e32b6a17
...
...
@@ -98,7 +98,7 @@
></el-input-number>
</div>
</div>
<div
class=
"
apaas_button
commodity_action"
>
<div
class=
" commodity_action"
>
<el-button
type=
"warning"
plain
...
...
@@ -398,3 +398,11 @@ export default {
margin-left
:
20px
;
}
</
style
>
<
style
>
.service_info.apaas_button
.el-button--primary
{
color
:
#fff
;
background-color
:
#515fe7
;
border-color
:
#515fe7
;
}
</
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