forked from Gitlink/forgeplus-react
120 lines
2.1 KiB
SCSS
120 lines
2.1 KiB
SCSS
.branchDropdown{
|
|
border:1px solid #eee;
|
|
border-radius: 4px;
|
|
display: flex;
|
|
justify-content: center;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
min-width: 220px;
|
|
}
|
|
.branchDropdown .ant-dropdown-trigger{
|
|
width: 100%;
|
|
padding:0px 15px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
cursor: pointer;
|
|
}
|
|
.branchOptions{
|
|
width: 220px;
|
|
box-shadow: 0px 0px 3px 1px rgba(134, 134, 134, 0.4);
|
|
border-radius: 3px;
|
|
background: #fff;
|
|
max-height: 300px;
|
|
}
|
|
.OptionsUl{
|
|
max-height: 220px;
|
|
overflow-y: auto;
|
|
}
|
|
.OptionsUl li{
|
|
height: 30px;
|
|
line-height: 30px;
|
|
cursor: pointer;
|
|
padding:0px 20px;
|
|
margin:5px 0px;
|
|
}
|
|
.OptionsUl li:hover{
|
|
background-color: #F0F0F0;
|
|
}
|
|
.OptionsUl li a{
|
|
display: block;
|
|
}
|
|
.OptionsInput{
|
|
height: 32px;
|
|
padding-left: 4px;
|
|
line-height: 32px;
|
|
width: 100%;
|
|
}
|
|
.branch-tagBox{
|
|
border:1px solid #D0D0D0;
|
|
border-radius: 3px;
|
|
height: 40px;
|
|
display: flex;
|
|
align-items: center;
|
|
cursor: pointer;
|
|
min-width: 104px;
|
|
}
|
|
.branch-tagBox:hover{
|
|
background-color: #F3F4F6;
|
|
}
|
|
.branch-tagBox-list{
|
|
background: #FFFFFF;
|
|
box-shadow: 0px 4px 8px 2px rgba(212, 212, 212, 0.5);
|
|
border-radius: 4px;
|
|
.ant-popover-arrow{
|
|
display: none;
|
|
}
|
|
&.ant-popover.ant-popover-placement-bottom{
|
|
padding-top:0px;
|
|
}
|
|
.branch-tagBox .ant-dropdown-link{
|
|
display: block;
|
|
flex:1;
|
|
max-width: 105px;
|
|
}
|
|
.ant-popover-inner-content{
|
|
padding:0px;
|
|
}
|
|
}
|
|
.overlayBranch{
|
|
width: 325px;
|
|
.navUl{
|
|
margin-top: 8px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
li{
|
|
height: 30px;
|
|
line-height: 30px;
|
|
padding:0px 5px;
|
|
margin-left: 20px!important;
|
|
}
|
|
}
|
|
}
|
|
.listTips{
|
|
padding:20px 0px;
|
|
text-align: center;
|
|
}
|
|
|
|
.urlMenu{
|
|
line-height: 30px;
|
|
margin-bottom: 10px;
|
|
border-bottom: none;
|
|
li.ant-menu-item{
|
|
height: 30px;
|
|
line-height: 30px;
|
|
padding:0px 5px;
|
|
margin-right: 20px!important;
|
|
&.ant-menu-item-selected,&.ant-menu-item-active{
|
|
color: #333;
|
|
}
|
|
&.ant-menu-item-selected{
|
|
border-color:#1890ff!important;
|
|
}
|
|
&.ant-menu-item-active{
|
|
border-color:transparent ;
|
|
}
|
|
}
|
|
}
|
|
.copytool{
|
|
margin:0px 10px;
|
|
} |