feat: added base64 file stream download

This commit is contained in:
vben
2020-11-15 13:22:34 +08:00
parent 78d4d41c85
commit a161bfa818
9 changed files with 106 additions and 54 deletions

View File

@@ -93,5 +93,13 @@
opacity: 1;
});
}
// &.dark .logo-title {
// font-weight: 400;
// }
&.light .logo-title {
color: @primary-color;
}
}
</style>