Fix sr-ul style bug.

This commit is contained in:
Kenshin 2017-01-04 15:57:26 +08:00
parent 5c9229a331
commit 481eb83c13

View File

@ -40,6 +40,9 @@ sr-focus-ctl {
}
sr-focus-ctl sr-ul {
display: block;
margin: 0;
padding: 0;
color: #96a0a8;
border: 1px solid #ededed;
}