全局斑马纹颜色
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user