[fix 87555] 解读流程标准编号/标准名称没有展示完整

This commit is contained in:
danshihao
2024-07-26 18:41:26 +08:00
parent 18fd87c812
commit d458fa4c3e
@@ -737,5 +737,9 @@ export default {
<style scoped lang="less">
@import '~@assets/less/common.less';
.detail-page-scroll-content /deep/ .ant-form-item-label {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
</style>