ZZJ
2022-06-01 f3bf27d9bc7c8c6484be4f37edcc57df5490ecbe
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
.orderTop {
  height: 28px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #111111;
  line-height: 28px;
  padding: 12px 0 20px 100px;
  width: calc(100% - 100px);
  height: 30px;
  background: #fff;
  p {
    font-family: 'PingFangSC-Regular';
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
  }
  .el-divider--vertical {
    margin: 0 20px;
  }
  .text-nav {
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ea1e24;
    line-height: 20px;
    cursor: pointer;
  }
}
 
.devide {
  height: 10px;
  background: #f4f4f4;
}
.noTreeBody {
  //.orderBody {
  padding: 30px 100px 90px!important;
  background: #fff !important;
  .title {
    height: 25px;
    font-size: 18px;
    margin-bottom: 15px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 550;
    color: #111111;
    line-height: 25px;
    text-align: left;
  }
  .table-area{
  //.orderTable{
    margin-bottom: 30px;
  }
}
 
.el-select .el-input.is-focus .el-input__inner {
  border-color: #1a99ff !important;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
  color: #1a99ff !important;
  background-color: rgba(26, 153, 255, 0.05) !important;
}
.el-table {
  //width: 100%;
  border: 1px solid #E9EBEE ;
  border-bottom: none ;
  thead {
    th {
      background: #f4f4f4;
    }
  }
  .el-button {
    margin: 0 !important;
    padding: 0;
    width: 49px;
    height: 32px;
    border-radius: 0;
    &.selected {
      color: #1a99ff !important;
      border-color: #1a99ff !important;
      background: rgba(26, 153, 255, 0.1) !important;
    }
  }
  .el-button:hover,
  .el-button:focus {
    color: #0064FF;
    border-color: #0064FF;
    background-color: rgba(26, 153, 255, 0.1);
  }
}
.el-table .success-row {
  background: rgb(26, 152, 255, 0.05);
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background: rgb(26, 152, 255, 0.05);
}
.el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: #1a99ff;
  border-color: #1a99ff;
}
.el-checkbox__input.is-focus .el-checkbox__inner {
  border-color: #1a99ff !important;
}
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #1a99ff !important;
  border-color: #1a99ff !important;
}
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #1a99ff;
  border-color: #1a99ff;
}
.el-checkbox__inner:hover {
  //background-color: #1A99FF;
  border-color: #1a99ff !important;
}
.el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: #1a99ff !important;
  border-color: #1a99ff !important;
}