|
@@ -151,6 +151,7 @@ const handleMoreEnterprise = (item) => {
|
|
|
padding: 0 12px;
|
|
|
overflow: hidden;
|
|
|
border-bottom: 1px solid #EBEBEB;
|
|
|
+ border-radius: 8px;
|
|
|
// &:hover {
|
|
|
// background-color: #f2f4f7;
|
|
|
// }
|
|
@@ -193,6 +194,7 @@ ul li {
|
|
|
height: auto;
|
|
|
padding: 12px 10px;
|
|
|
margin: 0;
|
|
|
+ border-radius: 8px;
|
|
|
// &-hover {
|
|
|
// background-color: #f2f4f7;
|
|
|
// }
|