fix(系统设置): 模板字段名称过长展示问题

--bug=1035406 --user=宋昌昌 【系统设置】组织-模板-更新模板-字段名称过长时-未显示图标,也未...显示 https://www.tapd.cn/55049933/s/1494597
This commit is contained in:
song-cc-rock 2024-04-11 15:00:18 +08:00 committed by 刘瑞斌
parent 1901dc466e
commit 05afb90125
2 changed files with 9 additions and 0 deletions

View File

@ -834,4 +834,8 @@
background: var(--color-text-n9); background: var(--color-text-n9);
} }
} }
:deep(.arco-form-item-layout-vertical > .arco-form-item-label-col) {
overflow-wrap: break-word;
}
</style> </style>

View File

@ -127,6 +127,7 @@
width: 428px; width: 428px;
} }
} }
:deep(.arco-picker-disabled) { :deep(.arco-picker-disabled) {
border-color: var(--color-text-n8); border-color: var(--color-text-n8);
background: var(--color-text-n8); background: var(--color-text-n8);
@ -135,4 +136,8 @@
background: var(--color-text-n8); background: var(--color-text-n8);
} }
} }
:deep(.arco-form-item-layout-vertical > .arco-form-item-label-col) {
overflow-wrap: break-word;
}
</style> </style>