Commit e0a5f1b8 authored by baiyaaaaa's avatar baiyaaaaa Committed by GitHub

Merge pull request #1509 from Leopoldthecoder/dev

Alert: improve style
parents 8ba89af6 725077ef
...@@ -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: {
......
...@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment