style.css
1.72 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
[v-cloak] {
display: none;
}
.left{
background-color: #ffffff;
padding: 20px 5px 20px 20px;
color: #000000;
height: 95vh;
}
.left-title{
padding: 5px 5px 5px 5px;
font-size: 16px;
color: rgba(0,0,0,0.85);
}
.left-search{
padding: 5px 20px 5px 5px;
}
.right{
padding: 20px 20px 20px 20px;
background-color: #ffffff;
margin-left: 15px;
height: 100vh;
}
.right-title{
padding: 5px 0 10px 5px;
}
.right-content{
padding: 20px 0 0 5px;
}
.right-content-form{
display: flex;
flex-direction:row-reverse;
height: 50px;
}
.right-content-button{
display: flex;
flex-direction:row-reverse;
padding: 10px 12px 15px 5px;
}
.ztbefore:before{
content:'';
width:8px;
height: 8px;
margin-right: 5px;
border-radius: 50%;
background-color: #52C41A;
display: inline-block;
}
.zt2before:before{
content:'';
width:8px;
height: 8px;
margin-right: 5px;
border-radius: 50%;
background-color: #F5151E;
display: inline-block;
}
.planData-table-page{
margin-top: 10px;
width: 100%;
display: flex;
flex-direction: row-reverse;
}
.el-button--primary.is-plain {
color: #409EFF;
background: #fff;
border-color: #409eff;
height: 32px;
}
.el-button{
padding: 5px 10px;
}
.el-input--suffix .el-input__inner {
padding-right: 30px;
height: 32px;
}
.el-range-editor.el-input__inner {
padding: 0;
height: 32px;
}
.el-table__header-wrapper {
overflow: hidden;
height: 40px;
}
.el-dialog {
position: relative;
margin: 0 auto 50px;
border-radius: 2px;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
box-shadow: 0 1px 3px rgba(0,0,0,.3);
box-sizing: border-box;
width: 30%;
}