Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
Y
ybf
Project
Project
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
xulili
ybf
Commits
d8c7420a
Commit
d8c7420a
authored
Jan 08, 2020
by
Z
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐛
Z: Hot: fix tabs's padding-bottom and searchs margin-top's problem.
parent
93c100b7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
36 deletions
+18
-36
index.css
ybf_admin/src/assets/elementYbf02/theme/index.css
+2
-1
index.vue
ybf_admin/src/pages/task/bar/index.vue
+13
-33
index.vue
ybf_admin/src/pages/task/main/index.vue
+3
-2
No files found.
ybf_admin/src/assets/elementYbf02/theme/index.css
View file @
d8c7420a
...
...
@@ -4861,10 +4861,11 @@
display
:
inline-block
}
/* Z-Style-tabs */
.el-tabs__header
{
padding
:
0
;
position
:
relative
;
margin
:
0
0
15
px
margin
:
0
0
0
px
}
.el-tabs__active-bar
{
...
...
ybf_admin/src/pages/task/bar/index.vue
View file @
d8c7420a
...
...
@@ -2,9 +2,9 @@
<div
class=
"main"
>
<div
class=
"searchs"
>
<div
class=
"buttons"
>
<el-button
class=
"button buttonlight"
size=
"small"
@
click=
"searchsCreate"
>
创建任务
</el-button>
<el-button
class=
"button buttondark
"
size=
"small"
>
发布任务
</el-button>
<el-button
class=
"button buttondark
"
size=
"small"
>
批量删除
</el-button>
<el-button
size=
"small"
@
click=
"searchsCreate"
>
创建任务
</el-button>
<el-button
type=
"primary
"
size=
"small"
>
发布任务
</el-button>
<el-button
type=
"primary
"
size=
"small"
>
批量删除
</el-button>
</div>
<!-- 搜索区 -->
...
...
@@ -345,16 +345,16 @@
justify-content
:
flex-start
;
}
.searchs
{
// border: 2px solid red;
height
:
40px
;
width
:
100%
;
/*.searchs {*/
/* !*border: 2px solid red;*!*/
/* height: 40px;*/
/* width: 100%;*/
display
:
flex
;
flex-direction
:
row
;
justify-content
:
space-between
;
align-items
:
center
;
}
/* display: flex;*/
/* flex-direction: row;*/
/* justify-content: space-between;*/
/* align-items: center;*/
/*}*/
.buttons
{
// border: 2px solid darkcyan;
...
...
@@ -366,26 +366,6 @@
justify-content
:
flex-start
;
}
.buttonlight
{
background-color
:
#e8e9fe
;
color
:
#4e59c7
;
border
:
1px
solid
#4e59c7
;
box-sizing
:
border-box
;
}
.buttonlight
:hover
{
}
.buttondark
{
background-color
:
#4e59c7
;
color
:
#ffffff
;
border
:
1px
solid
#4e59c7
;
box-sizing
:
border-box
;
}
.buttondark
:hover
{
}
.searchzone
{
// border: 2px solid orange;
height
:
40px
;
...
...
@@ -404,7 +384,7 @@
// min-height: 400px;
min-height
:
70%
;
width
:
100%
;
margin-top
:
20px
;
/*margin-top: 20px;*/
}
.list
{
...
...
ybf_admin/src/pages/task/main/index.vue
View file @
d8c7420a
<
template
>
<!--
<d2-container
type=
"card"
>
-->
<el-card
class=
"box-card main"
>
<el-card
class=
"box-card main
s
"
>
<el-tabs
class=
"ztabs"
v-model=
"cache.nowMenu"
@
tab-click=
"handleClick"
>
<el-tab-pane
label=
"柜组任务"
name=
"taskBar"
>
<task-bar
/>
...
...
@@ -38,7 +38,8 @@ export default {
</
script
>
<
style
lang=
"scss"
scoped
>
.main
{
.mains
{
border
:
1px
solid
red
;
height
:
90vh
;
margin
:
10px
10px
;
}
...
...
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