@jecloud/func
Version:
JECloud 功能库
37 lines • 647 B
text/less
.je-func-config-menu{
width: 540px;
padding:0;
.title{
height: 40px;
line-height: 40px;
padding-left: 40px;
font-weight: Bold;
color: #333333;
}
.child-container{
padding: 10px 20px;
.child-item{
width:25%;
display: inline-block;
}
}
.refresh-button{
display: flex;
justify-content: center;
padding-bottom: 20px;
padding-top: 5px;
button{
width: 200px;
background: #e7effc ;
border: #e7effc ;
}
}
}
.je-func-config-menu-button{
font-size: 18px;
padding: 6px;
cursor: pointer;
&:hover{
color: @primary-color;
}
}