index.less
2.41 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
90
91
92
93
94
95
96
97
98
99
100
101
:global {
.xly-workorder-list {
.workerOrderControlTable{
position: sticky;
top: 0px;
left: 0px;
z-index: 99 ;
}
.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 !important;
writing-mode: tb-rl;
text-align: center;
letter-spacing:0px;
line-height: 32px;
font-size: 12px;
font-weight: bold;
border: 1px solid #cfcece;
}
.product{
width: 32px;
}
.control.ant-layout-sider {
background-color: #fff8e6 !important;
}
//.xly-control-operate span{
// margin: 0 10px;
//}
//.xly-control-operate span{
// margin: 0 10px;
//}
//.controlhandcover.ant-layout-sider {
// background-color: #fafafa !important;
// font-size: 12px;
// font-weight:normal;
// writing-mode: horizontal-tb;
// flex: 0 0 14%!important;
// max-width: 14%!important;
// margin-right: 5px;
//}
//.xly-control{
// width:100%;
// height: 100%;
// position: relative;
//}
//.xly-control-tree{
// text-align: left!important;
// width: 100%;
// padding-left: 20px;
// min-height: 35px!important;
// .ant-tree{
// text-align: left;
// }
// #staticEditTree{
// width: 100%;
// overflow: hidden;
// .ant-tree-child-tree {
// font-size: 12px;
// }
// }
// .ant-tree > li{
// padding: 3px!important;
// }
// .ant-tree-switcher {
// /* 树 */
// background-color: #fafafa!important;
// }
//}
//.xly-control-operate{
// position: absolute;
// left: 0;
// bottom: 0;
// width: 100%;
// background-color: #dadada;
// height: 20px!important;
// line-height: 20px!important;
//}
.materials.ant-layout-sider {
background-color: #f6ffee !important;
}
.process.ant-layout-sider {
background-color: #fff1f0 !important;
a{ margin-bottom: 7px;}
img{margin-left: -5px}
}
.left {
flex: 0 0 32px !important;
width: 32px !important;
max-width: 32px !important;
}
.ant-layout-has-sider .ant-form-item {
margin-left: 0px!important;
margin-right:0px!important;
margin-bottom: 0px!important;
}
}
}