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
6702850d
Commit
6702850d
authored
Nov 18, 2020
by
徐一鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式修复
parent
feb7c3b6
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
15 additions
and
13 deletions
+15
-13
src/assets/imgs/ic_fabutime.png
src/assets/imgs/ic_fabutime.png
+0
-0
src/components/doc-width-nav.vue
src/components/doc-width-nav.vue
+2
-2
src/components/side-nav-bar.vue
src/components/side-nav-bar.vue
+1
-4
src/pages/technical-support/answer-center/index.vue
src/pages/technical-support/answer-center/index.vue
+1
-1
src/pages/technical-support/doc/index.vue
src/pages/technical-support/doc/index.vue
+1
-1
src/pages/technical-support/sdk/detail.vue
src/pages/technical-support/sdk/detail.vue
+5
-3
src/pages/technical-support/sdk/index.vue
src/pages/technical-support/sdk/index.vue
+5
-2
No files found.
src/assets/imgs/ic_fabutime.png
0 → 100644
View file @
6702850d
1.1 KB
src/components/doc-width-nav.vue
View file @
6702850d
...
...
@@ -205,8 +205,8 @@ export default {
font-size
:
14px
;
line-height
:
24px
;
color
:
#8890a7
;
padding-left
:
20
px
;
background-image
:
url("
/
../assets/imgs/shop_ic_updatetime.png")
;
padding-left
:
18
px
;
background-image
:
url("../assets/imgs/shop_ic_updatetime.png")
;
background-repeat
:
no-repeat
;
background-position
:
left
center
;
}
...
...
src/components/side-nav-bar.vue
View file @
6702850d
...
...
@@ -66,10 +66,6 @@ export default {
type
:
Array
,
default
:
()
=>
[],
},
imgSrc
:
{
type
:
String
,
default
:
"
tool_fuwu
"
,
},
},
methods
:
{
titleAction
()
{
...
...
@@ -103,6 +99,7 @@ export default {
}
.side_nav_bar_title
>
span
{
font-size
:
16px
;
line-height
:
20px
;
color
:
#c3caf8
;
}
.side_nav_bar_list
>
li
>
a
{
...
...
src/pages/technical-support/answer-center/index.vue
View file @
6702850d
...
...
@@ -215,7 +215,7 @@ export default {
background-color
:
#515fe7
;
border-radius
:
2px
;
position
:
absolute
;
top
:
1
0
px
;
top
:
1
2
px
;
left
:
0
;
}
.contributor_list
>
li
{
...
...
src/pages/technical-support/doc/index.vue
View file @
6702850d
...
...
@@ -2,9 +2,9 @@
<div
class=
"page_container"
>
<side-nav-bar
title=
"开发文档"
imgSrc=
"tool_ic_kaifawendang"
:nav-list=
"navList"
:title-path=
"activePath"
:title-icon=
"require('@/assets/imgs/tool_ic_kaifawendang.png')"
style=
"width: 250px;"
></side-nav-bar>
<div
class=
"main_container"
>
...
...
src/pages/technical-support/sdk/detail.vue
View file @
6702850d
...
...
@@ -140,14 +140,16 @@ export default {
font-size
:
14px
;
line-height
:
24px
;
color
:
#8890a7
;
padding-left
:
20px
;
padding-left
:
18px
;
background-repeat
:
no-repeat
;
background-position
:
left
center
;
margin-left
:
40px
;
}
.download_action
>
span
:nth-child
(
2
)
{
background-image
:
url("
/../assets/imgs/shop_ic_updatetime
.png")
;
background-image
:
url("
../../../assets/imgs/ic_banbenhao
.png")
;
}
.download_action
>
span
:nth-child
(
3
)
{
background-image
:
url("
/../assets/imgs/shop_ic_update
time.png")
;
background-image
:
url("
../../../assets/imgs/ic_fabu
time.png")
;
}
.download_action
>
.el-button
{
margin-left
:
auto
;
...
...
src/pages/technical-support/sdk/index.vue
View file @
6702850d
...
...
@@ -2,13 +2,16 @@
<div
class=
"page_container"
>
<side-nav-bar
title=
"SDK中心"
imgSrc=
"tool_ic_kaifawendang"
:nav-list=
"navList"
:title-path=
"activePath"
:title-icon=
"require('@/assets/imgs/tool_ic_kaifawendang.png')"
style=
"width: 250px;"
></side-nav-bar>
<div
class=
"main_container"
>
<router-view
:parent-path=
"activePath"
:key=
"$route.params.type + $route.params.id"
/>
<router-view
:parent-path=
"activePath"
:key=
"$route.params.type + $route.params.id"
/>
</div>
</div>
</
template
>
...
...
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