|
@@ -3,61 +3,152 @@
|
3
|
3
|
margin-top: 10px;
|
4
|
4
|
background: #e5e9f2;
|
5
|
5
|
/* border: #000000 1px solid; */
|
6
|
|
-}
|
7
|
|
-
|
8
|
|
-.el-table {
|
9
|
|
- margin: 10px;
|
|
6
|
+ }
|
|
7
|
+
|
|
8
|
+ .el-table {
|
10
|
9
|
/* border: gray 1px solid; */
|
11
|
|
-}
|
12
|
|
-
|
13
|
|
-.el-table th {
|
|
10
|
+ }
|
|
11
|
+
|
|
12
|
+ .el-table th {
|
14
|
13
|
padding: 3px;
|
15
|
14
|
background-color: #DCDFE6;
|
16
|
|
- color: black;
|
17
|
|
- font-size: 16px Medium;
|
18
|
|
-}
|
19
|
|
-.el-table tr {
|
|
15
|
+ color: #545c64;
|
|
16
|
+ font-size: 14px;
|
|
17
|
+ }
|
|
18
|
+
|
|
19
|
+ .el-table tr {
|
20
|
20
|
padding: 2px;
|
21
|
|
- font-size: 16px;
|
22
|
|
-}
|
23
|
|
-
|
24
|
|
-.el-table td {
|
|
21
|
+ font-size: 12px;
|
|
22
|
+ }
|
|
23
|
+
|
|
24
|
+ .el-table td {
|
25
|
25
|
padding: 2px;
|
26
|
|
- font-size: 16px;
|
27
|
|
-}
|
28
|
|
-
|
29
|
|
-
|
30
|
|
-
|
31
|
|
- .el-table-column {
|
32
|
|
- padding: 3px;
|
33
|
|
- background-color: #DCDFE6;
|
34
|
|
- color: black;
|
35
|
|
- font-size: 16px Medium;
|
36
|
|
- }
|
37
|
|
-.el-table el-table-column tr {
|
|
26
|
+ font-size: 14px;
|
|
27
|
+ }
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+ .el-table-column {
|
|
32
|
+ padding: 3px;
|
|
33
|
+ background-color: #DCDFE6;
|
|
34
|
+ color: black;
|
|
35
|
+ font-size: 12px Medium;
|
|
36
|
+ }
|
|
37
|
+
|
|
38
|
+ .el-table el-table-column tr {
|
38
|
39
|
padding: 2px;
|
39
|
|
- font-size: 16px;
|
40
|
|
-}
|
41
|
|
-
|
42
|
|
-.el-table el-table-column td {
|
|
40
|
+ font-size: 12px;
|
|
41
|
+ }
|
|
42
|
+
|
|
43
|
+ .el-table el-table-column td {
|
43
|
44
|
padding: 2px;
|
44
|
|
- font-size: 16px;
|
45
|
|
-}
|
46
|
|
-
|
47
|
|
-
|
48
|
|
-
|
49
|
|
-
|
50
|
|
-.demo-table-expand {
|
|
45
|
+ font-size: 12px;
|
|
46
|
+ }
|
|
47
|
+ .el-table--striped .el-table__body tr.el-table__row--striped.current-row td, .el-table__body tr.current-row>td {
|
|
48
|
+ color: #fff;
|
|
49
|
+ background-color: #a2a4a7!important;
|
|
50
|
+ }
|
|
51
|
+
|
|
52
|
+ /* .el-table__body tr.current-row>td {
|
|
53
|
+ background: #f57878 !important;
|
|
54
|
+ } */
|
|
55
|
+
|
|
56
|
+ .el-table--border:after,
|
|
57
|
+ .el-table--group:after,
|
|
58
|
+ .el-table:before {
|
|
59
|
+ background-color: #DCDFE6;
|
|
60
|
+ }
|
|
61
|
+
|
|
62
|
+ .el-table--border,
|
|
63
|
+ .el-table--group {
|
|
64
|
+ border-color: #DCDFE6;
|
|
65
|
+ }
|
|
66
|
+
|
|
67
|
+ .el-table td,
|
|
68
|
+ .el-table th.is-leaf {
|
|
69
|
+ border-bottom: 1px solid #DCDFE6;
|
|
70
|
+ }
|
|
71
|
+
|
|
72
|
+ .el-table--border th,
|
|
73
|
+ .el-table--border th.gutter:last-of-type {
|
|
74
|
+ border-bottom: 1px solid #DCDFE6;
|
|
75
|
+ }
|
|
76
|
+
|
|
77
|
+ .el-table--border td,
|
|
78
|
+ .el-table--border th {
|
|
79
|
+ border-right: 1px solid #DCDFE6;
|
|
80
|
+ }
|
|
81
|
+
|
|
82
|
+ .current-row td {
|
|
83
|
+ background: #218af3 !important;
|
|
84
|
+ }
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+ .demo-table-expand {
|
51
|
89
|
font-size: 0;
|
52
|
|
-}
|
53
|
|
-
|
54
|
|
-.demo-table-expand label {
|
|
90
|
+ }
|
|
91
|
+
|
|
92
|
+ .demo-table-expand label {
|
55
|
93
|
width: 138px;
|
56
|
94
|
color: #99a9bf;
|
57
|
|
-}
|
58
|
|
-
|
59
|
|
-.demo-table-expand .el-form-item {
|
|
95
|
+ }
|
|
96
|
+
|
|
97
|
+ .demo-table-expand .el-form-item {
|
|
98
|
+ margin-right: 0;
|
|
99
|
+ margin-bottom: 0;
|
|
100
|
+ width: 50%;
|
|
101
|
+ }
|
|
102
|
+
|
|
103
|
+ .sale-table-expand {
|
|
104
|
+ font-size: 0;
|
|
105
|
+ }
|
|
106
|
+
|
|
107
|
+ ..sale-table-expand label {
|
|
108
|
+ width: 90px;
|
|
109
|
+ color: #99a9bf;
|
|
110
|
+ }
|
|
111
|
+
|
|
112
|
+ .sale-table-expand .el-form-item {
|
60
|
113
|
margin-right: 0;
|
61
|
114
|
margin-bottom: 0;
|
62
|
115
|
width: 50%;
|
63
|
|
-}
|
|
116
|
+ }
|
|
117
|
+
|
|
118
|
+ .btn-top {
|
|
119
|
+ padding: 0px 0px 10px 0px;
|
|
120
|
+ }
|
|
121
|
+
|
|
122
|
+ .el-form-item__content .el-input-group {
|
|
123
|
+ vertical-align: middle;
|
|
124
|
+ }
|
|
125
|
+
|
|
126
|
+ .el-table__fixed-right {
|
|
127
|
+ height:100% !important;
|
|
128
|
+ }
|
|
129
|
+ .el-table__fixed {
|
|
130
|
+ height:100% !important;
|
|
131
|
+ }
|
|
132
|
+
|
|
133
|
+ .el-table .el-table__cell {
|
|
134
|
+ padding: 0px;
|
|
135
|
+ min-width: 0;
|
|
136
|
+ -webkit-box-sizing: border-box;
|
|
137
|
+ box-sizing: border-box;
|
|
138
|
+ text-overflow: ellipsis;
|
|
139
|
+ vertical-align: middle;
|
|
140
|
+ position: relative;
|
|
141
|
+ text-align: left;
|
|
142
|
+ }
|
|
143
|
+
|
|
144
|
+ .el-tabs__header {
|
|
145
|
+ padding: 0;
|
|
146
|
+ position: relative;
|
|
147
|
+ margin: 0 0 0px;
|
|
148
|
+ }
|
|
149
|
+ .el-select-dropdown .el-scrollbar .el-scrollbar__wrap
|
|
150
|
+ {
|
|
151
|
+ overflow: scroll!important;
|
|
152
|
+ }
|
|
153
|
+
|
|
154
|
+
|