forked from Gitlink/forgeplus-react
18 lines
345 B
CSS
18 lines
345 B
CSS
|
|
.plate-left-Menu .ant-tabs-tab{
|
|
height: 80px;
|
|
line-height: 80px;
|
|
font-size: 16px;
|
|
margin-left: 30px;
|
|
margin-right: 0px;
|
|
padding:0px;
|
|
}
|
|
.plate-left-Menu .ant-tabs-bar{
|
|
margin-bottom: 0px;
|
|
border-bottom: 1px solid #f4f4f4;
|
|
background: #fff;
|
|
}
|
|
.plate-left-Menu .ant-tabs-extra-content{
|
|
margin-top: 18px;
|
|
margin-right: 30px;
|
|
} |