index.scss
1.34 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
.z-schema {
&__header {
margin-bottom: 10px;
}
&__filter {
border: 1px solid #ebeef5;
padding-top: 10px;
border-radius: 4px;
margin-bottom: 10px;
}
&__action {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-start;
line-height: 1;
.el-button + .el-button {
margin-left: 0;
}
.el-button {
margin-right: 10px;
margin-bottom: 10px;
}
}
&__table {
&-operation {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-start;
.el-button + .el-button {
margin-left: 0;
}
.el-button {
margin-right: 10px;
padding-top: 6px;
padding-bottom: 6px;
}
}
}
&__dialog-button {
display: flex;
align-items: center;
justify-content: center;
padding-top: 10px;
}
&__footer {
margin-top: 10px;
text-align: right;
display: flex;
justify-content: space-between;
align-items: center;
.selection-info {
word-break: break-all;
white-space: nowrap;
font-size: 12px;
color: #606266;
.num {
color: #000;
font-weight: bold;
padding: 0 5px;
font-size: 16px;
}
.el-button {
margin-left: 5px;
}
}
.el-pagination {
flex: auto;
}
}
}