Skip to content

Commit

Permalink
编辑表格仅上传组件左对齐
Browse files Browse the repository at this point in the history
  • Loading branch information
think-gem committed Oct 30, 2024
1 parent 006fbe2 commit 4af6c31
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@
&__wrapper {
display: flex;
align-items: center;
//justify-content: center;
justify-content: center;

> .ant-select {
min-width: calc(100% - 50px);
Expand Down Expand Up @@ -586,6 +586,7 @@

.jeesite-basic-upload {
padding-left: 3px;
width: 100% !important;
}
}

Expand Down

0 comments on commit 4af6c31

Please sign in to comment.