luckysheet-print.css
901 Bytes
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
.luckysheet-print-viewList{
position: relative;
float: right;
width:126px;
/* right: 222px; */
height: 22px;
line-height: 22px;
text-align: center;
white-space: nowrap;
overflow: hidden;
display: flex;
align-items: center;
user-select: none;
}
.luckysheet-print-viewBtn {
position: absolute;
top: 0;
left: 0px;
width: 42px;
height:22px;
align-items: center;
justify-content: center;
cursor: pointer;
}
.luckysheet-print-viewBtn .iconfont{
font-size: 22px;
}
.luckysheet-print-viewBtn:hover{
background: #E1E4E8;
}
.luckysheet-print-viewBtn-active{
background: #dcdcdc;
cursor: default;
}
.luckysheet-print-viewBtn-active:hover{
background: #dcdcdc;
}
.luckysheet-print-viewNormal{
left: 0px;
}
.luckysheet-print-viewLayout{
left: 42px;
}
.luckysheet-print-viewPage{
left: 84px;
}