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
ab7a8e57
Commit
ab7a8e57
authored
Jul 16, 2020
by
徐一鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
应用商店详情样式修复
parent
803d7b95
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/components/service-info/app-info.vue
src/components/service-info/app-info.vue
+1
-1
src/components/service-info/service-info.vue
src/components/service-info/service-info.vue
+1
-1
No files found.
src/components/service-info/app-info.vue
View file @
ab7a8e57
<
template
>
<div
class=
"application_info"
v-if=
"data"
>
<div
class=
"application_info
apass_button
"
v-if=
"data"
>
<div
class=
"main_container"
>
<div
class=
"main_container-left"
v-if=
"data.logo"
>
<el-avatar
shape=
"square"
:size=
"144"
fit=
"cover"
:src=
"data.logo"
/>
...
...
src/components/service-info/service-info.vue
View file @
ab7a8e57
<
template
>
<div
class=
"service_info"
v-if=
"data"
>
<div
class=
"service_info
apass_button
"
v-if=
"data"
>
<div
class=
"service_title"
>
<span
class=
"service_name"
v-text=
"data.name"
></span>
<span
class=
"service_type"
v-if=
"data.type"
v-text=
"data.type"
></span>
...
...
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