index.less
1.18 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
@import "~@/variable.less";
.bShowImg{
position: fixed;
width: 90px;
height: 90px;
right: 0px;
z-index: 999;
top: 122px;
img{
width: 100%;
height: 100%;
object-fit: contain;
object-position: center;
}
}
:global {
.xly-commonbill-choose {
.ant-layout-sider {
width: 32px !important;
flex: 0 0 32px !important;
width: 32px !important;
max-width: 32px !important;
min-width: 32px !important;
background-color: #e6f7ff;
writing-mode: tb-rl;
text-align: center;
letter-spacing:0px;
line-height: 32px;
font-size: 12px;
font-weight: bold;
border: 1px solid #cfcece;
}
.ant-table-row {
td{
padding: 0 !important;
}
}
}
}
.commonViewTable {
:global {
.sActiveIdStyleBlock{
width: 100%;
}
.masterLinkSpan{
margin: 3px 0 0 1px;
padding: 0px 6px 0 6px;
white-space: nowrap;
word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
background: #fff;
}
.viewStyle {
padding: 0 20px 0 16px;
}
.ant-form-item[class*="formItemMargin"] {
padding-right: 30px;
}
}
}