king
2025-05-13 1a176e4bdba485301385caac1a29102e598d25cc
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
42
.mk-source-box {
  .tip {
    height: 10px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.45);
  }
  .mk-class {
    margin-left: -5px;
    margin-right: -5px;
    padding-top: 10px;
    .title {
      color: #1890ff;
      font-size: 15px;
      padding: 5px 0px;
      border-bottom: 1px solid #e9e9e9;
      margin-bottom: 10px;
    }
    .element-source-item {
      display: inline-block;
      
      .property {
        padding: 3px;
        margin: 5px;
        border: 1px solid #d9d9d9;
        border-radius: 5px;
        text-align: center;
        cursor: move;
        white-space: nowrap;
      }
    }
  }
  .mk-class[span="8"] {
    .element-source-item {
      width: 33.33%;
    }
  }
  .mk-class[span="12"] {
    .element-source-item {
      width: 50%;
    }
  }
}