king
2021-02-05 8d05744179a026a243b86e3a99296e30375ccfb0
src/views/mobmanage/index.scss
@@ -1,4 +1,4 @@
.mobile-manage {
.mk-app-manage {
  background: #fff;
  min-height: 100vh;
@@ -7,4 +7,34 @@
    position: relative;
    z-index: 10;
  }
  .app-table {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0px 20px;
    .sub-app-title {
      margin-bottom: 15px;
      border-bottom: 1px solid #e8e8e8;
      span {
        position: relative;
        top: 1px;
        display: inline-block;
        color: #1890ff;
        padding: 10px 15px 5px;
        border-bottom: 2px solid #1890ff;
      }
    }
  }
  .ant-table-wrapper {
    border: 1px solid #e8e8e8;
    border-bottom: 0;
    border-radius: 4px;
    .ant-table-tbody > tr.ant-table-row-selected td {
      background: #bae7ff;
    }
  }
  .app-action {
    button {
      margin: 0px 15px 15px 0px;
    }
  }
}