king
2021-02-05 8d05744179a026a243b86e3a99296e30375ccfb0
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
.mk-app-manage {
  background: #fff;
  min-height: 100vh;
 
  .mob-header-container {
    padding-right: 0px;
    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;
    }
  }
}