skyline/src/pages/compute/containers/Instance/actions/CreateIronic/index.less
xusongfu a66c8316c8 fix: Fix styles in Form & renderBadge & external network
1. Fix the footer of Form component with flex layout to get better showing
2. Add initial value in renderBadeg to hide Badge
3. Use isExternalNetwork function to judge network to prevent unknown bug

Change-Id: Ib2a4e341b8cfe9432c406f5dd33b9bffd2304f33
2021-08-25 16:39:58 +08:00

7 lines
91 B
Plaintext

.input {
margin-left: 16px;
margin-right: 32px;
}
.number-input {
min-width: 165px;
}