king
2020-03-11 590a8198e9fcb503aaeb04f6d550c65bf30c0566
src/tabviews/rolemanage/index.scss
@@ -4,7 +4,42 @@
  position: relative;
  background: #fafafa;
  padding: 15px;
  .role-title {
    color: #36c6d3;
  .role-list {
    min-height: calc(100vh - 125px);
    .ant-card-head {
      padding: 0 10px;
      .role-title {
        display: inline-block;
        width: 100%;
        color: #36c6d3;
        .anticon-bank {
          margin-right: 5px;
        }
        .ant-input-affix-wrapper {
          width: calc(100% - 140px);
          max-width: 130px;
          margin-top: -2px;
          float: right;
          input {
            border-radius: 20px;
            height: 30px;
          }
        }
      }
    }
    .ant-card-body {
      padding: 0px;
      .ant-menu-inline {
        border-right: 0;
        margin-top: 2px;
      }
    }
  }
  > .ant-spin {
    position: fixed;
    left: calc(50vw - 22px);
    top: calc(50vh - 70px);
    z-index: 1;
  }
}