king
2021-05-31 ce70be666bcd78a7e16e739040488cf7e7256cc2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
.mk-app-manage {
  background: #fff;
  min-height: 100vh;
  padding-bottom: 70px;
 
  .mob-header-container {
    padding-right: 0px;
    position: relative;
    z-index: 10;
  }
  .app-table {
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px 30px 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;
    }
  }
}