forked from fanruan/fineui
Browse Source
* commit '62a1a9768635cd0523009e17565eb15a46fb4a89': update 更新更新 ie下造成 popup向下偏移 update 去tooltip去标色 update sqleditor换位置es6
guy
7 years ago
17 changed files with 6712 additions and 6721 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,5 +1,3 @@
|
||||
.bi-bubble-popup-view { |
||||
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); |
||||
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); |
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); |
||||
|
||||
} |
||||
|
@ -1,5 +1,6 @@
|
||||
@import "../../bibase"; |
||||
|
||||
// ie下造成popup向下偏移 |
||||
.bi-bubble-popup-view { |
||||
.box-shadow(0 0 10px, rgba(0, 0, 0, 0.2)); |
||||
|
||||
} |
Loading…
Reference in new issue