Skip to content

Commit

Permalink
fix(Navbar):修复了短标题hover空白处会触发指示框的bug (didi#365)
Browse files Browse the repository at this point in the history
fix(Navbar):修复了短标题hover空白处会触发指示框的bug
  • Loading branch information
xixiIBN5100 authored and sudoooooo committed Jul 30, 2024
1 parent 9ca2711 commit 15d93ab
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,13 @@ const hideFullTitle = () => {
<style lang="scss" scoped>
.title-container {
position: relative;
width: 280px;
max-width: 280px;
}
.title {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
cursor: pointer;
}
Expand Down

0 comments on commit 15d93ab

Please sign in to comment.