productConfig.less 798 Bytes
Newer Older
皮倩雯's avatar
皮倩雯 committed
1
.box {
2 3
  width: 100%;
  display: flex;
4
  height: 100%;
5
}
6

皮倩雯's avatar
皮倩雯 committed
7
.leftList {
8
  width: 500px;
9 10
  height: 100%;

11
  // overflow: scroll;
12 13 14 15
  .ant-card-body {
    padding: 12px 24px 24px 10px;
    height: 100%;
  }
16
}
17

皮倩雯's avatar
皮倩雯 committed
18
.rightForm {
19 20
  width: 100%;
}
21

皮倩雯's avatar
皮倩雯 committed
22
.listTop {
23 24 25
  display: flex;
  justify-content: space-between;
  align-items: center;
皮倩雯's avatar
皮倩雯 committed
26
  margin-top: -12px;
27
  margin-bottom: 25px;
28
  padding: 10px 0;
皮倩雯's avatar
皮倩雯 committed
29 30
  font-size: 16px;
  font-weight: bold;
31 32
  border-bottom: 1px solid #ccc;
}
33

皮倩雯's avatar
皮倩雯 committed
34
.listItem {
35 36 37 38
  height: 35px !important;
  padding-left: 5px;
  cursor: pointer;
  font-size: 14px;
Maofei94's avatar
Maofei94 committed
39 40 41
  display: flex;
  align-items: center;
  justify-content: flex-start;
42

皮倩雯's avatar
皮倩雯 committed
43
  .itemspan {
Maofei94's avatar
Maofei94 committed
44 45
    margin-left: 10px;
  }
46
}
47

皮倩雯's avatar
皮倩雯 committed
48 49
.listItem:hover {
  background-color: #f8f8f8;
50
}
51

皮倩雯's avatar
皮倩雯 committed
52
.selected {
53
  font-weight: bold;
皮倩雯's avatar
皮倩雯 committed
54
  background-color: #bae7ff !important;
55
}