Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
2
2024-HCI-Mirror
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
米 天为
2024-HCI-Mirror
Commits
241502e9
Commit
241502e9
authored
4 months ago
by
张 达
Browse files
Options
Downloads
Patches
Plain Diff
适配主题样式,将搜索框的样式调透明了一点
parent
1b16dc51
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/components/Header.vue
+14
-12
14 additions, 12 deletions
src/components/Header.vue
src/views/HomePage.vue
+1
-1
1 addition, 1 deletion
src/views/HomePage.vue
with
15 additions
and
13 deletions
src/components/Header.vue
+
14
−
12
View file @
241502e9
...
...
@@ -108,27 +108,29 @@ function callSearch() {
}
input
[
type
=
"text"
]
{
padding
:
5
px
;
border-radius
:
5
px
;
padding
:
8px
12
px
;
border-radius
:
20
px
;
margin
:
auto
;
width
:
150%
;
height
:
150%
;
background-color
:
rgba
(
2
00
,
187
,
255
,
0.
6
);
border
:
2
px
solid
rgba
(
2
22
,
2
1
5
,
255
,
0.
9
);
box-shadow
:
0
4px
8
px
rgba
(
20
0
,
187
,
255
,
0.
3
);
height
:
40px
;
background-color
:
rgba
(
2
55
,
255
,
255
,
0.
1
);
border
:
1
px
solid
rgba
(
2
55
,
2
5
5
,
255
,
0.
2
);
box-shadow
:
0
4px
12
px
rgba
(
0
,
0
,
0
,
0.
1
);
color
:
#fff
;
font-size
:
18px
;
font-size
:
16px
;
transition
:
all
0.3s
ease
;
}
input
[
type
=
"text"
]
::placeholder
{
color
:
#fff
;
opacity
:
0.7
;
font-size
:
18px
;
color
:
rgba
(
255
,
255
,
255
,
0.6
);
font-size
:
16px
;
}
input
[
type
=
"text"
]
:focus
{
background-color
:
rgba
(
255
,
255
,
255
,
0.2
);
border-color
:
#fff
;
background-color
:
rgba
(
255
,
255
,
255
,
0.15
);
border-color
:
rgba
(
255
,
255
,
255
,
0.3
);
box-shadow
:
0
4px
15px
rgba
(
255
,
255
,
255
,
0.1
);
outline
:
none
;
}
.role-btn
{
...
...
This diff is collapsed.
Click to expand it.
src/views/HomePage.vue
+
1
−
1
View file @
241502e9
...
...
@@ -9,7 +9,7 @@ import Header from "../components/Header.vue";
import
Comment
from
"
../components/Comment.vue
"
;
import
LeftSideBar
from
"
../components/LeftSideBar.vue
"
;
import
{
useTheme
}
from
"
@/store/theme
"
;
import
defaultBg
from
'
@/assets/pictures/
jj
.png
'
import
defaultBg
from
'
@/assets/pictures/
Eason
.png
'
const
current_view
=
ref
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment