Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mongo-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ui
mongo-ui
Commits
eb978049
Commit
eb978049
authored
Aug 28, 2020
by
郝聪敏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改首页、我的ui细节
parent
784fd07e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletion
+4
-1
index.html
public/index.html
+1
-0
index.less
src/views/Home/index.less
+1
-0
index.less
src/views/User/index.less
+2
-1
No files found.
public/index.html
View file @
eb978049
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
<html
lang=
"en"
>
<html
lang=
"en"
>
<head>
<head>
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<meta
name=
"format-detection"
content=
"telephone=no"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0,user-scalable=no,viewport-fit=cover"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0,user-scalable=no,viewport-fit=cover"
>
<link
rel=
"icon"
href=
"<%= BASE_URL %>favicon.ico"
>
<link
rel=
"icon"
href=
"<%= BASE_URL %>favicon.ico"
>
...
...
src/views/Home/index.less
View file @
eb978049
...
@@ -37,6 +37,7 @@
...
@@ -37,6 +37,7 @@
&-activity {
&-activity {
width: 100%;
width: 100%;
min-height: 337px;
}
}
&-service {
&-service {
...
...
src/views/User/index.less
View file @
eb978049
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
&-account {
&-account {
display: flex;
display: flex;
flex-direction: column;
flex-direction: column;
justify-content: center;
span:nth-child(1) {
span:nth-child(1) {
height: 40px;
height: 40px;
line-height: 40px;
line-height: 40px;
...
@@ -21,7 +22,7 @@
...
@@ -21,7 +22,7 @@
}
}
span:nth-child(2) {
span:nth-child(2) {
width: 89px;
width: 89px;
padding
: 3px 0 0
px;
padding
-top: 1
px;
height: 20px;
height: 20px;
line-height: normal;
line-height: normal;
text-align: center;
text-align: center;
...
...
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