32 lines
462 B
Plaintext
32 lines
462 B
Plaintext
:host {
|
|
::ng-deep {
|
|
.tabs-wrap>.ant-tabs-nav {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.myForm .ant-upload.ant-upload-select-picture-card>.ant-upload {
|
|
flex-direction: column !important;
|
|
}
|
|
|
|
span {
|
|
word-break: break-all
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
.expend-options {
|
|
margin-top: 0px;
|
|
}
|
|
|
|
|
|
@media (min-width: 990px) {
|
|
.expend-options {
|
|
margin-top: -40px;
|
|
max-width : 400px;
|
|
position : absolute;
|
|
right : 0;
|
|
bottom : 30px;
|
|
}
|
|
|
|
} |