diff options
author | 2025-02-13 09:51:14 +0800 | |
---|---|---|
committer | 2025-02-14 12:34:44 +0800 | |
commit | 758f9e94eb9dc48705b42e72642d9e9a1aaab19a (patch) | |
tree | 307432dd299e1971ce7317380681013e9d802070 /usecaseui-portal/src/app/views/maas/build/create-application-management/create-application-management.component.less | |
parent | c1667e6060e078b31d7b64ce509d58e853df3a3b (diff) |
Added functions and fixed the issue that copies did not take effect
Issue-ID: USECASEUI-844
Change-Id: I88c5bb570cbfe4379375ba2cfad045402726b7fc
Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/views/maas/build/create-application-management/create-application-management.component.less')
-rw-r--r-- | usecaseui-portal/src/app/views/maas/build/create-application-management/create-application-management.component.less | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/usecaseui-portal/src/app/views/maas/build/create-application-management/create-application-management.component.less b/usecaseui-portal/src/app/views/maas/build/create-application-management/create-application-management.component.less index f8fea30c..21ebd1e2 100644 --- a/usecaseui-portal/src/app/views/maas/build/create-application-management/create-application-management.component.less +++ b/usecaseui-portal/src/app/views/maas/build/create-application-management/create-application-management.component.less @@ -35,11 +35,15 @@ width: 300px; } -:host ::ng-deep #myTextarea { +:host ::ng-deep .myTextarea { position: relative; } -.disabled-input ::ng-deep .ant-select-selection{ +.disabled-input { + cursor: not-allowed; +} + +.disabled-select ::ng-deep .ant-select-selection, .disabled-input{ color: #00000040; background-color: #f5f5f5; border-color: #d9d9d9; @@ -49,12 +53,12 @@ #charCount { position: absolute; - top: 9px; - right: 15px; + right: 0; line-height: 20px; + color: #00000073; } -.disabled-input { +.disabled-select { pointer-events: none; } |