|
|
@@ -69,7 +69,7 @@ const goToRoute = (path: string) => {
|
|
|
|
|
|
<style scoped lang="less">
|
|
|
.global-breadcrumb {
|
|
|
- margin-left: 16px;
|
|
|
+ margin-left: 6px;
|
|
|
|
|
|
:deep(.arco-breadcrumb) {
|
|
|
display: flex;
|
|
|
@@ -90,6 +90,7 @@ const goToRoute = (path: string) => {
|
|
|
|
|
|
.breadcrumb-link {
|
|
|
color: rgb(var(--color-text-1));
|
|
|
+ font-size: small;
|
|
|
text-decoration: none;
|
|
|
cursor: pointer;
|
|
|
|
|
|
@@ -101,5 +102,6 @@ const goToRoute = (path: string) => {
|
|
|
|
|
|
.breadcrumb-text {
|
|
|
color: var(--color-text-1);
|
|
|
+ font-size: small;
|
|
|
}
|
|
|
</style>
|