|
@@ -36,7 +36,7 @@
|
|
<td class="col color_3_sub">发布延期</td>
|
|
<td class="col color_3_sub">发布延期</td>
|
|
</tr>
|
|
</tr>
|
|
<tr v-for="(item, index) in tableList" :key="index">
|
|
<tr v-for="(item, index) in tableList" :key="index">
|
|
- <td>{{ item.name }}</td>
|
|
|
|
|
|
+ <td style="color: #333333;font-weight: 500;">{{ item.name }}</td>
|
|
<td
|
|
<td
|
|
v-for="(elm, elmIndex) in item.tableRow"
|
|
v-for="(elm, elmIndex) in item.tableRow"
|
|
:key="elmIndex"
|
|
:key="elmIndex"
|
|
@@ -115,8 +115,8 @@ export default {
|
|
td[class='first'] {
|
|
td[class='first'] {
|
|
width: 80px;
|
|
width: 80px;
|
|
min-width: 80px;
|
|
min-width: 80px;
|
|
- color: #333333;
|
|
|
|
background-color: rgba(214, 214, 214, 0.12);
|
|
background-color: rgba(214, 214, 214, 0.12);
|
|
|
|
+ color: #333333;
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
}
|
|
}
|
|
// td[class='first']:before {
|
|
// td[class='first']:before {
|
|
@@ -151,6 +151,8 @@ export default {
|
|
min-width: 60px;
|
|
min-width: 60px;
|
|
// height: 67px;
|
|
// height: 67px;
|
|
padding: 10px;
|
|
padding: 10px;
|
|
|
|
+ color: #333333;
|
|
|
|
+ font-weight: 500;
|
|
}
|
|
}
|
|
.title1 {
|
|
.title1 {
|
|
position: absolute;
|
|
position: absolute;
|
|
@@ -163,18 +165,24 @@ export default {
|
|
left: 12px;
|
|
left: 12px;
|
|
}
|
|
}
|
|
.color_1 {
|
|
.color_1 {
|
|
|
|
+ color: #333333;
|
|
|
|
+ font-weight: 500;
|
|
background: rgba(250, 173, 20, 0.15);
|
|
background: rgba(250, 173, 20, 0.15);
|
|
}
|
|
}
|
|
.color_1_sub {
|
|
.color_1_sub {
|
|
background: rgba(250, 173, 20, 0.08);
|
|
background: rgba(250, 173, 20, 0.08);
|
|
}
|
|
}
|
|
.color_2 {
|
|
.color_2 {
|
|
|
|
+ color: #333333;
|
|
|
|
+ font-weight: 500;
|
|
background: rgba(250, 126, 20, 0.15);
|
|
background: rgba(250, 126, 20, 0.15);
|
|
}
|
|
}
|
|
.color_2_sub {
|
|
.color_2_sub {
|
|
background: rgba(250, 126, 20, 0.08);
|
|
background: rgba(250, 126, 20, 0.08);
|
|
}
|
|
}
|
|
.color_3 {
|
|
.color_3 {
|
|
|
|
+ color: #333333;
|
|
|
|
+ font-weight: 500;
|
|
background: rgba(98, 217, 170, 0.15);
|
|
background: rgba(98, 217, 170, 0.15);
|
|
}
|
|
}
|
|
.color_3_sub {
|
|
.color_3_sub {
|