Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gs1
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
吴迪
gs1
Commits
99e471fc
Commit
99e471fc
authored
Oct 09, 2021
by
Tang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 样式调整
parent
624b450a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
10 deletions
+15
-10
index.vue
src/views/Search/index.vue
+4
-4
tools.vue
src/views/Search/tools.vue
+11
-6
No files found.
src/views/Search/index.vue
View file @
99e471fc
<
template
>
<div
class=
"container"
>
<breadcrumb
/>
<div
class=
"container
marginTop20 mb-4"
style=
"position: relative
"
>
<breadcrumb/>
<div
class=
"row"
>
<div
class=
"col-lg-3"
>
<SubNav
/>
<SubNav/>
</div>
<div
class=
"col-lg-9"
>
<router-view
class=
"marginTopLg20"
></router-view>
<router-view></router-view>
</div>
</div>
</div>
...
...
src/views/Search/tools.vue
View file @
99e471fc
<
template
>
<div
class=
"search-tools"
>
<div
class=
"search-tools
_s
"
>
<div
class=
"title"
>
条码信息查询
</div>
<div
class=
"tools-wrapper"
>
<div
class=
"tools-wrapper
clearfix
"
>
<div
class=
"tool-card"
v-for=
"item in tool"
:key=
"item.name"
...
...
@@ -54,17 +54,20 @@ export default {
};
</
script
>
<
style
lang=
"scss"
scoped
>
.title
{
<
style
lang=
"scss"
>
.search-tools_s
{
min-height
:
100%
;
.title
{
height
:
25px
;
font-size
:
18px
;
font-weight
:
500
;
color
:
#454545
;
line-height
:
25px
;
margin-bottom
:
30px
;
}
}
.tools-wrapper
{
.tools-wrapper
{
min-height
:
100%
;
.tool-card
{
...
...
@@ -100,5 +103,7 @@ export default {
}
}
}
}
}
</
style
>
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