Przeglądaj źródła

Alert: improve style

Leopoldthecoder 8 lat temu
rodzic
commit
725077effe

+ 1 - 1
packages/tabs/src/tabs.vue

@@ -91,7 +91,7 @@
       const activeBar = !type
         ? <div class="el-tabs__active-bar" style={barStyle}></div>
         : null;
-  
+
       const tabs = this.$children.map((tab, index) => {
         let btnClose = h('span', {
           class: {

+ 1 - 1
packages/theme-default/src/alert.css

@@ -35,7 +35,7 @@
 
     @e content {
       display: table-cell;
-      padding-left: 8px;
+      padding: 0 8px;
     }
 
     @e icon {