Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Element
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
林焕东
Element
Commits
e0a5f1b8
Commit
e0a5f1b8
authored
Dec 02, 2016
by
baiyaaaaa
Committed by
GitHub
Dec 02, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1509 from Leopoldthecoder/dev
Alert: improve style
parents
8ba89af6
725077ef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
packages/tabs/src/tabs.vue
packages/tabs/src/tabs.vue
+1
-1
packages/theme-default/src/alert.css
packages/theme-default/src/alert.css
+1
-1
No files found.
packages/tabs/src/tabs.vue
View file @
e0a5f1b8
...
@@ -91,7 +91,7 @@
...
@@ -91,7 +91,7 @@
const
activeBar
=
!
type
const
activeBar
=
!
type
?
<
div
class
=
"
el-tabs__active-bar
"
style
=
{
barStyle
}
><
/div
>
?
<
div
class
=
"
el-tabs__active-bar
"
style
=
{
barStyle
}
><
/div
>
:
null
;
:
null
;
const
tabs
=
this
.
$children
.
map
((
tab
,
index
)
=>
{
const
tabs
=
this
.
$children
.
map
((
tab
,
index
)
=>
{
let
btnClose
=
h
(
'
span
'
,
{
let
btnClose
=
h
(
'
span
'
,
{
class
:
{
class
:
{
...
...
packages/theme-default/src/alert.css
View file @
e0a5f1b8
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
@e
content
{
@e
content
{
display
:
table-cell
;
display
:
table-cell
;
padding
-left
:
8px
;
padding
:
0
8px
;
}
}
@e
icon
{
@e
icon
{
...
...
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