diff --git a/app/components/CSVPreviewLink/index.module.less b/app/components/CSVPreviewLink/index.module.less index b97b5e31..d280c04a 100644 --- a/app/components/CSVPreviewLink/index.module.less +++ b/app/components/CSVPreviewLink/index.module.less @@ -64,6 +64,9 @@ font-family: Roboto-Regular, sans-serif; font-weight: bold; color: @blue; + span { + white-space: initial; + } } .btnActived { color: @lightBlack; diff --git a/app/pages/Import/TaskCreate/SchemaConfig/index.module.less b/app/pages/Import/TaskCreate/SchemaConfig/index.module.less index 91d30642..a1c8e909 100644 --- a/app/pages/Import/TaskCreate/SchemaConfig/index.module.less +++ b/app/pages/Import/TaskCreate/SchemaConfig/index.module.less @@ -137,6 +137,9 @@ } .vidCollapse { width: 100%; + :global(.ant-collapse-header-text) { + max-width: 95%; + } .funcItem { width: 100%; margin-bottom: 15px; @@ -154,6 +157,7 @@ background: #F3F6F9; padding: 8px 8px 0; flex: 1; + max-width: 100%; .tagItem { background: #8697B0; border-radius: 3px; @@ -161,6 +165,7 @@ color: #fff; margin-bottom: 10px; display: inline-block; + word-break: break-all; &:not(:last-child) { margin-right: 10px; }