This commit is contained in:
wangshiming
2021-11-30 10:17:00 +08:00
parent 08d5b09401
commit 30dcfbb4f1
18 changed files with 1411 additions and 13 deletions

View File

@ -0,0 +1,10 @@
: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;
}
}
}