Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
zhouqian
vue-gjjs
Commits
00e5f478
Commit
00e5f478
authored
Oct 12, 2022
by
潘际乾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
global search ui
parent
d1209aef
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
34 deletions
+16
-34
SearchInput.vue
src/components/SearchInput.vue
+1
-6
SideMenu.vue
src/views/Layout/SideMenu.vue
+15
-28
No files found.
src/components/SearchInput.vue
View file @
00e5f478
...
...
@@ -264,12 +264,7 @@ export default {
.search-wrapper
>>>
.el-input
input
::-ms-input-placeholder
{
text-align
:
center
;}
.search-wrapper
>>>
.el-input
input
::-webkit-input-placeholder
{
text-align
:
center
;}
.search-wrapper
>>>
.el-input
.el-input__inner
{
/* height: 30px; */
padding
:
10px
20px
;
/* position:relative;
top:-3px; */
padding
:
10px
20px
10px
30px
;
}
.search-sug
{
position
:
absolute
;
...
...
src/views/Layout/SideMenu.vue
View file @
00e5f478
...
...
@@ -323,45 +323,32 @@ export default {
};
</
script
>
<
style
scoped
>
.eContainer-menu-search
{
display
:
flex
;
align-items
:
center
;
justify-content
:
space-around
;
height
:
40px
;
}
.eContainer-menu-search
.el-button
{
border
:
none
;
font-size
:
20px
;
padding
:
9.01px
20px
;
}
.eContainer-menu-search
.el-input
{
width
:
auto
;
position
:
absolute
;
right
:
20px
;
top
:
5px
;
left
:
60px
;
.eContainer-menu-search
>>>
.search-wrapper
{
margin-right
:
20px
;
}
.eContainer-scroller
.el-scrollbar__wrap
{
overflow
:
auto
;
margin-right
:
0px
!important
;
.eContainer-menu-search
>>>
.search-wrapper
.el-input
.el-input__inner
{
height
:
28px
;
}
.eContainer-menu-search
{
width
:
100%
;
position
:
relative
;
.eContainer-menu-search
>>>
.search-wrapper
.el-input--small
.el-input__icon
{
line-height
:
28px
;
}
.eContainer-menu-search
.el-input
,
.eContainer-menu-search
.search-wrapper
{
width
:
auto
;
position
:
absolute
;
right
:
20px
;
top
:
5px
;
left
:
60px
;
}
.eContainer-menu-search
.el-input
.el-input__inner
{
height
:
30px
;
}
.eContainer-menu-search
.el-icon-search
{
line-height
:
30px
;
.eContainer-scroller
.el-scrollbar__wrap
{
overflow
:
auto
;
margin-right
:
0px
!important
;
}
.eContainer-scroller
{
...
...
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