diff --git a/react-ui/src/pages/Mirror/Create/index.less b/react-ui/src/pages/Mirror/Create/index.less index 84f4c197..403a2a44 100644 --- a/react-ui/src/pages/Mirror/Create/index.less +++ b/react-ui/src/pages/Mirror/Create/index.less @@ -9,6 +9,14 @@ background-color: white; border-radius: 10px; + &__name-row { + :global { + .ant-form-item-row { + flex-wrap: nowrap; + } + } + } + &__type { color: @text-color; font-size: @font-size-input-lg; diff --git a/react-ui/src/pages/Mirror/Create/index.tsx b/react-ui/src/pages/Mirror/Create/index.tsx index a32e99a1..ebbd12e7 100644 --- a/react-ui/src/pages/Mirror/Create/index.tsx +++ b/react-ui/src/pages/Mirror/Create/index.tsx @@ -123,8 +123,6 @@ function MirrorCreate() { return true; }; - const descTitle = isAddVersion ? '版本描述' : '镜像描述'; - return (