全局斑马纹颜色
This commit is contained in:
@@ -210,3 +210,6 @@ el-card{
|
|||||||
.el-table td, .el-table th {
|
.el-table td, .el-table th {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
.el-table--striped .el-table__body tr.el-table__row--striped td {
|
||||||
|
background-color: rgb(235,235,235);
|
||||||
|
}
|
||||||
|
|||||||
@@ -216,6 +216,7 @@
|
|||||||
:disabled="!(parseInt(scope.row.询价状态编号)===1&&scope.row.人员编号!=='')"
|
:disabled="!(parseInt(scope.row.询价状态编号)===1&&scope.row.人员编号!=='')"
|
||||||
type="primary"
|
type="primary"
|
||||||
size="mini"
|
size="mini"
|
||||||
|
plain=""
|
||||||
icon="el-icon-back"
|
icon="el-icon-back"
|
||||||
@click="retract(scope.row)">撤回</el-button>
|
@click="retract(scope.row)">撤回</el-button>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user