Files
bbq/src/app/routes/usercenter/components/freight/enterprise-audit/enterprise-audit.component.less
Taric Xin 01d4c7bc0b edit
2022-02-23 19:30:22 +08:00

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;
}
}