.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 !important;
      border: #e7effc !important;
    }
  }
}
.je-func-config-menu-button{
  font-size: 18px;
  padding: 6px;
  cursor: pointer;
  &:hover{
    color: @primary-color;
  }
}