fix(工作台): 修复部分菜单切换英文后文字超出的问题

This commit is contained in:
ulleo 2024-12-16 15:23:29 +08:00 committed by dataeaseShu
parent 33d459576a
commit f4e39d88cc
2 changed files with 5 additions and 2 deletions

View File

@ -50,7 +50,7 @@ export default HeaderMenuItem
margin-top: -2px;
}
.popper-class-menu {
width: 152px;
min-width: 152px;
border-radius: 4px;
border: 1px solid #dee0e3 !important;

View File

@ -38,7 +38,7 @@ const openBlank = () => {
.doc-card {
padding: 8px 0;
width: 96px;
height: 66px;
min-height: 66px;
cursor: pointer;
display: flex;
flex-direction: column;
@ -56,6 +56,9 @@ const openBlank = () => {
line-height: 22px;
font-weight: 400;
margin-top: 4px;
width: 96px;
word-break: break-word;
text-align: center;
}
.item-top-icon {