SplitPaste.less
1.56 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
@import "~@/variable.less";
.SplitListPartsName {
height: 100%
}
.rowWrapper{
padding: 8px;
box-sizing: border-box;
padding-bottom: 0;
}
.card{
padding: 0;
}
.introSpan {
display: block;
text-align: left;
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-size: 14px;
padding: 0 8px;
font-weight: 700;
background-color: #fff;
border: 1px solid @border-color-base;
line-height: 25px;
height: 28px;
border-radius: @border-radius-base;
}
.SplitListTitle {
height: 39px;
line-height: 39px;
text-align: center;
background-color: #f5f5f5;
font-size: 13px;
font-weight: bold;
}
.splitPaste{
line-height: 14px;
.treeContainer{
height: 100%;
border: 1px solid #d9d9d9;
border-right: none;
}
.list{
box-sizing: border-box;
border: 1px solid @border-color-base;
border-bottom: none;
}
.lastRow{
border: 1px solid @border-color-base;
border-top: none;
}
.borderRight{
border-right: 1px solid @border-color-base;
}
.borderBottom{
border-bottom: 1px solid @border-color-base;
}
}
.splitTree{
height: 350px;
overflow-y: auto;
}
.splitContainer{
height: 350px;
overflow-y: auto;
}
.SplitListLine{
position: absolute;
height: 100%;
width: 1px;
left: 16.6%;
border-right:1px solid @border-color-base;
}
.SplitListLineSec{
position: absolute;
height: 100%;
width: 1px;
left: 25%;
border-right:1px solid @border-color-base;
}
.process{
display: block;
width: 100%;
height: 44px;
line-height: 44px;
font-size: 16px;
text-align: center;
}