elDialog.scss
839 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
56
.el-dialog__header {
background-color: #fff;
}
.el-dialog__title {
color: #000000e6;
}
.fenye {
margin-top:20px;
display: flex;
justify-content: flex-end;
position: relative;
}
.el-button--primary {
color: #FFF;
background-color: #3F9B6A;
border-color: #3F9B6A;
}
.el-radio__input.is-checked .el-radio__inner {
border-color: #3f9b6a;
background: #3f9b6a;
}
.el-tabs__item.is-active {
color: #3F9B6A;
}
.el-tabs__active-bar {
background-color: #3F9B6A;
}
.el-tabs__active-bar:hover{
color: #3F9B6A;
}
.el-table__row {
height: 42px;
}
.el-table td,
.el-table th {
text-align: center !important;
}
.el-table__body{
font-size: 14px;
color: #000000e6;
}
.el-select-dropdown__item.selected{
color: #3F9B6A;
}
.el-pagination__sizes .el-input .el-input__inner:hover{
border-color: #3F9B6A;
}