-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7e58851
commit 9968787
Showing
1 changed file
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9968787
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
之前(与整体主题色不搭配):
之后(搭配整体主题色):
2.将较常用的
container
类名重命名collapse-container
,避免用户在全局css
定义container
后影响此处3. 去掉
hover
样式,因为已经有了tooltip
,再加上hover
样式显得多余,可能造成视觉过载