This commit is contained in:
caishi 2021-10-18 15:48:31 +08:00
parent 14df994cd6
commit dfa9b3d835
2 changed files with 8 additions and 1 deletions

View File

@ -22,9 +22,14 @@
border-bottom: none;
}
.treeinfo{
max-width: 399px;
width: 399px;
flex:1;
flex-direction: column;
&>a{
display: block;
width: 399px;
}
a:hover{
span{
color: #466AFF!important;

View File

@ -369,6 +369,7 @@ class CreateMerge extends Component {
onSelect={(e) => this.selectBrach('pull', e)}
showSearch
className="merge-flex1 flex1"
dropdownMatchSelectWidth={false}
>
{this.renderBrances(pullBranches)}
</Select>
@ -395,6 +396,7 @@ class CreateMerge extends Component {
onSelect={(e) => this.selectBrach('merge', e)}
showSearch
className="merge-flex1 flex1"
dropdownMatchSelectWidth={false}
>
{this.renderBrances(mergeBranches)}
</Select>