全局斑马纹颜色

This commit is contained in:
zhangdingyu
2019-09-20 13:56:45 +08:00
parent 3ea033f22a
commit b6eb5cf156
2 changed files with 4 additions and 0 deletions

View File

@@ -210,3 +210,6 @@ el-card{
.el-table td, .el-table th {
padding: 0;
}
.el-table--striped .el-table__body tr.el-table__row--striped td {
background-color: rgb(235,235,235);
}

View File

@@ -216,6 +216,7 @@
:disabled="!(parseInt(scope.row.询价状态编号)===1&&scope.row.人员编号!=='')"
type="primary"
size="mini"
plain=""
icon="el-icon-back"
@click="retract(scope.row)">撤回</el-button>
</template>