Browse Source
Merge in VISUAL/fineui from ~GUY/fineui:master to master * commit 'eb947ff5450f4f30ccec0771d4ea8ff6a96e1ab7': 优化代码 整理一下样式es6
guy
3 years ago
9 changed files with 20 additions and 37 deletions
@ -1,6 +0,0 @@
|
||||
@import "../../index"; |
||||
|
||||
.bi-year-calendar { |
||||
padding-top: 5px; |
||||
padding-bottom: 5px; |
||||
} |
@ -1,8 +1,7 @@
|
||||
@import "../../../index"; |
||||
@import "../../../resource/background"; |
||||
|
||||
.bi-color-picker-editor { |
||||
& .color-picker-editor-display { |
||||
.border-radius(2px); |
||||
} |
||||
} |
||||
} |
||||
|
@ -1,19 +1,23 @@
|
||||
@import "../../index"; |
||||
/*************BI.SearchEditor******************/ |
||||
|
||||
.bi-small-search-editor { |
||||
& .bi-editor { |
||||
font-size: @font-size-12; |
||||
& .bi-input{ |
||||
|
||||
& .bi-input { |
||||
font-size: @font-size-12; |
||||
} |
||||
& .bi-label{ |
||||
|
||||
& .bi-label { |
||||
font-size: @font-size-12; |
||||
} |
||||
} |
||||
& .close-font{ |
||||
font-size: @font-size-16; |
||||
} |
||||
& .search-font{ |
||||
|
||||
& .close-font { |
||||
font-size: @font-size-16; |
||||
} |
||||
|
||||
& .search-font { |
||||
font-size: @font-size-16; |
||||
} |
||||
} |
||||
} |
||||
|
@ -1,5 +0,0 @@
|
||||
.x-icon.b-font { |
||||
// todo 删掉文件 |
||||
//margin: auto; |
||||
//width: 100%; |
||||
} |
@ -1,6 +1,5 @@
|
||||
@import "../../../index"; |
||||
|
||||
|
||||
.bi-tip{ |
||||
position: fixed !important; |
||||
} |
||||
|
Loading…
Reference in new issue