mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 11:32:57 +08:00
fix(工作台): 修复部分菜单切换英文后文字超出的问题
This commit is contained in:
parent
33d459576a
commit
f4e39d88cc
@ -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;
|
||||
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user