diff options
Diffstat (limited to 'assets/index/Panel.less')
-rw-r--r-- | assets/index/Panel.less | 38 |
1 files changed, 24 insertions, 14 deletions
diff --git a/assets/index/Panel.less b/assets/index/Panel.less index a11c4aa..be7914f 100644 --- a/assets/index/Panel.less +++ b/assets/index/Panel.less | |||
@@ -1,15 +1,25 @@ | |||
1 | .@{prefixClass}-panel-inner { | 1 | .@{prefixClass}-panel { |
2 | display: inline-block; | 2 | z-index: 1070; |
3 | position: relative; | 3 | width: 170px; |
4 | outline: none; | 4 | position: absolute; |
5 | border: 1px solid #ccc; | 5 | box-sizing: border-box; |
6 | list-style: none; | 6 | |
7 | font-size: 12px; | 7 | * { |
8 | text-align: left; | 8 | box-sizing: border-box; |
9 | background-color: #fff; | 9 | } |
10 | border-radius: 3px; | 10 | |
11 | box-shadow: 0 1px 5px #ccc; | 11 | &-inner { |
12 | background-clip: padding-box; | 12 | display: inline-block; |
13 | border: 1px solid #ccc; | 13 | position: relative; |
14 | line-height: 1.5; | 14 | outline: none; |
15 | list-style: none; | ||
16 | font-size: 12px; | ||
17 | text-align: left; | ||
18 | background-color: #fff; | ||
19 | border-radius: 3px; | ||
20 | box-shadow: 0 1px 5px #ccc; | ||
21 | background-clip: padding-box; | ||
22 | border: 1px solid #ccc; | ||
23 | line-height: 1.5; | ||
24 | } | ||
15 | } | 25 | } |