Skip to content

Commit

Permalink
5.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
think-gem committed May 10, 2023
1 parent 443d588 commit 93b8af0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/components/Application/src/AppLogo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
padding-left: 7px;
cursor: pointer;
transition: all 0.2s ease;
&.light {
// border-bottom: 1px solid @border-color-base;
border-bottom: 0;
Expand All @@ -89,7 +88,7 @@
}
&__title {
font-size: 16px;
font-size: 20px;
// font-weight: bold;
font-family: Arial, Microsoft YaHei, sans-serif;
transition: all 0.5s;
Expand Down
1 change: 1 addition & 0 deletions src/layouts/default/header/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
padding: 0 10px;
font-size: 14px;
font-weight: bold;
justify-content: center;

img {
width: @logo-width;
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/default/header/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
return {};
}
const width = unref(getMenuWidth) < 180 ? 180 : unref(getMenuWidth);
return { width: `${width}px` };
return { minWidth: `${width}px` };
});
const getSplitType = computed(() => {
Expand Down

0 comments on commit 93b8af0

Please sign in to comment.