2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-10 14:32:27 +03:00

fix: remove last shortcut "|"

This commit is contained in:
mengxiong10
2019-05-07 15:40:34 +08:00
parent b4fb724973
commit c6a6300a5c
+3
View File
@@ -141,6 +141,9 @@ $primary-color: #1284e7;
margin: 0 10px;
color: #48576a;
}
&:last-child::after {
display: none;
}
}
}