二级菜单不换行
This commit is contained in:
parent
894d63ad42
commit
a6444a35c1
|
@ -1195,8 +1195,9 @@ a:hover {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
top: 46px;
|
top: 46px;
|
||||||
right: -13px;
|
right: -13px;
|
||||||
width: 80px;
|
min-width: 80px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
white-space: nowrap;
|
||||||
z-index: 9999;
|
z-index: 9999;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
box-shadow: 0 1px 40px -8px rgba(0, 0, 0, .5);
|
box-shadow: 0 1px 40px -8px rgba(0, 0, 0, .5);
|
||||||
|
|
Loading…
Reference in New Issue