@@ -193,8 +193,11 @@ const handleChange = (e: MouseEvent, item: ListType) => {
width: 110px;
}
@include deep() {
- .n-list-item:not(:last-child) {
- border-bottom: 0;
+ .n-list-item {
+ border-bottom: 0!important;
+ }
+ .n-list-item__divider {
+ display: none!important;
@@ -179,7 +179,8 @@ $asideBottom: 70px;
.n-button__icon {
- margin-right: 4px;
+ margin-right: 0;
+ margin-left: 0;
margin-bottom: 12px;