|
@@ -268,6 +268,7 @@
|
|
align="center"
|
|
align="center"
|
|
class-name="small-padding fixed-width"
|
|
class-name="small-padding fixed-width"
|
|
width="220"
|
|
width="220"
|
|
|
|
+ class="shenpis"
|
|
>
|
|
>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<div
|
|
<div
|
|
@@ -1599,12 +1600,13 @@ export default {
|
|
color: #bdbdbd4f !important;
|
|
color: #bdbdbd4f !important;
|
|
}
|
|
}
|
|
/* 审批按钮样式 */
|
|
/* 审批按钮样式 */
|
|
-::v-deep .cell {
|
|
|
|
|
|
+::v-deep .el-table_1_column_18 .cell {
|
|
display: flex !important;
|
|
display: flex !important;
|
|
margin-top: 10px;
|
|
margin-top: 10px;
|
|
}
|
|
}
|
|
.box {
|
|
.box {
|
|
background-color: #ffba00 !important;
|
|
background-color: #ffba00 !important;
|
|
}
|
|
}
|
|
|
|
+
|
|
</style>
|
|
</style>
|
|
|
|
|