|
@@ -173,7 +173,7 @@
|
173
|
173
|
</el-table-column>
|
174
|
174
|
</el-table>
|
175
|
175
|
</el-dialog>
|
176
|
|
-
|
|
176
|
+ <div class="tableClass">
|
177
|
177
|
<el-table
|
178
|
178
|
:row-style="{ color: '#303133' }"
|
179
|
179
|
:header-cell-style="{
|
|
@@ -437,7 +437,7 @@
|
437
|
437
|
<!-- fixed="right"-->
|
438
|
438
|
<!-- ></el-table-column>-->
|
439
|
439
|
</el-table>
|
440
|
|
-
|
|
440
|
+ </div>
|
441
|
441
|
<el-dialog
|
442
|
442
|
title="排班"
|
443
|
443
|
:visible.sync="dialogTableVisible"
|
|
@@ -3206,11 +3206,15 @@ export default {
|
3206
|
3206
|
background-color: #409eff !important;
|
3207
|
3207
|
color: #fff;
|
3208
|
3208
|
}
|
|
3209
|
+
|
3209
|
3210
|
}
|
3210
|
3211
|
.backPurple{
|
3211
|
3212
|
color: #08c3df !important;
|
3212
|
3213
|
}
|
3213
|
|
-.el-table .cell{
|
3214
|
|
- white-space: pre-wrap;
|
|
3214
|
+
|
|
3215
|
+.tableClass{
|
|
3216
|
+ .el-table .cell{
|
|
3217
|
+ white-space: pre-wrap;
|
|
3218
|
+ }
|
3215
|
3219
|
}
|
3216
|
3220
|
</style>
|