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
522b2148
Commit
522b2148
authored
Aug 31, 2020
by
刘殿昕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复导航栏高度引发的一堆问题,禁用logo
parent
66973b92
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
7 additions
and
8 deletions
+7
-8
src/components/apass-list.vue
src/components/apass-list.vue
+1
-1
src/components/menu.vue
src/components/menu.vue
+0
-1
src/components/service-tabs/service-tabs.vue
src/components/service-tabs/service-tabs.vue
+1
-1
src/pages/authority/menu/menus.vue
src/pages/authority/menu/menus.vue
+1
-1
src/pages/authority/organization/organizationdetail.vue
src/pages/authority/organization/organizationdetail.vue
+1
-1
src/pages/service_shop/shop_list.vue
src/pages/service_shop/shop_list.vue
+1
-1
src/pages/technical-support/index.vue
src/pages/technical-support/index.vue
+1
-1
src/pages/user/notice/notice.vue
src/pages/user/notice/notice.vue
+1
-1
No files found.
src/components/apass-list.vue
View file @
522b2148
...
@@ -250,7 +250,7 @@ export default {
...
@@ -250,7 +250,7 @@ export default {
padding
:
0
20px
15px
;
padding
:
0
20px
15px
;
background-color
:
#fff
;
background-color
:
#fff
;
border-radius
:
10px
;
border-radius
:
10px
;
margin-bottom
:
4
0px
;
margin-bottom
:
3
0px
;
}
}
.header-container
{
.header-container
{
padding-top
:
20px
;
padding-top
:
20px
;
...
...
src/components/menu.vue
View file @
522b2148
<
template
>
<
template
>
<div
class=
"menu"
>
<div
class=
"menu"
>
<img
<img
@
click=
"gotopage('/services_shop')"
src=
"../assets/imgs/home_img_logo.png"
src=
"../assets/imgs/home_img_logo.png"
alt
alt
class=
"logo"
class=
"logo"
...
...
src/components/service-tabs/service-tabs.vue
View file @
522b2148
...
@@ -106,7 +106,7 @@ export default {
...
@@ -106,7 +106,7 @@ export default {
.service_info_tab
{
.service_info_tab
{
border
:
none
;
border
:
none
;
box-shadow
:
none
;
box-shadow
:
none
;
margin-bottom
:
4
0px
;
margin-bottom
:
3
0px
;
}
}
.service_info
{
.service_info
{
padding
:
35px
40px
40px
;
padding
:
35px
40px
40px
;
...
...
src/pages/authority/menu/menus.vue
View file @
522b2148
...
@@ -454,7 +454,7 @@ export default {
...
@@ -454,7 +454,7 @@ export default {
</
script
>
</
script
>
<
style
scoped
>
<
style
scoped
>
.cont
{
.cont
{
height
:
calc
(
100vh
-
1
40
px
);
height
:
calc
(
100vh
-
1
22
px
);
margin
:
0
20px
;
margin
:
0
20px
;
}
}
.row_height
{
.row_height
{
...
...
src/pages/authority/organization/organizationdetail.vue
View file @
522b2148
...
@@ -322,7 +322,7 @@ export default {
...
@@ -322,7 +322,7 @@ export default {
justify-content
:
flex-start
;
justify-content
:
flex-start
;
align-items
:
stretch
;
align-items
:
stretch
;
margin-top
:
20px
;
margin-top
:
20px
;
margin-bottom
:
4
0px
;
margin-bottom
:
3
0px
;
width
:
100%
;
width
:
100%
;
min-height
:
calc
(
100%
-
250px
);
min-height
:
calc
(
100%
-
250px
);
background-color
:
#fff
;
background-color
:
#fff
;
...
...
src/pages/service_shop/shop_list.vue
View file @
522b2148
...
@@ -128,7 +128,7 @@ export default {
...
@@ -128,7 +128,7 @@ export default {
color: #264dd9;
color: #264dd9;
font-size: 44px;
font-size: 44px;
font-weight: bold;
font-weight: bold;
margin-bottom:
4
0px;
margin-bottom:
3
0px;
}
}
.default_msg {
.default_msg {
color: #58617a;
color: #58617a;
...
...
src/pages/technical-support/index.vue
View file @
522b2148
...
@@ -41,7 +41,7 @@ export default {
...
@@ -41,7 +41,7 @@ export default {
padding: 20px;
padding: 20px;
}
}
.default {
.default {
height: calc(100vh - 1
8
0px);
height: calc(100vh - 1
6
0px);
display: flex;
display: flex;
align-items: center;
align-items: center;
justify-content: center;
justify-content: center;
...
...
src/pages/user/notice/notice.vue
View file @
522b2148
...
@@ -300,7 +300,7 @@ export default {
...
@@ -300,7 +300,7 @@ export default {
padding
:
25px
20px
20px
;
padding
:
25px
20px
20px
;
background-color
:
#fff
;
background-color
:
#fff
;
border-radius
:
10px
;
border-radius
:
10px
;
margin-bottom
:
4
0px
;
margin-bottom
:
3
0px
;
}
}
.notice_header
{
.notice_header
{
display
:
flex
;
display
:
flex
;
...
...
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