单据状态 发货状态 tag样式

pull/2/head
qiuhongwu 9 months ago
parent 7cf8e24060
commit 8bf4b73a90

@ -48,7 +48,7 @@
.hl-table thead { .hl-table thead {
color: #1d2129; color: #1d2129;
} }
.hl-table_header{ .hl-table_header {
color: red; color: red;
} }
.hl-table thead th.el-table__cell { .hl-table thead th.el-table__cell {
@ -145,7 +145,6 @@
} }
} }
/* ---el-table滚动条公共样式--- */ /* ---el-table滚动条公共样式--- */
.el-scrollbar { .el-scrollbar {
// //
@ -168,4 +167,79 @@
// background-color: rgba(136, 219, 255, 1); // background-color: rgba(136, 219, 255, 1);
box-shadow: 0 0 6px rgba(0, 0, 0, 0.15); box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
} }
}
//
.iapproval {
border: 1px solid #0d0d26;
background-color: #e8e8e8;
color: #0d0d26;
}
//
.iconserve {
border: 1px solid #52a7ff;
background-color: #eef6ff;
color: #52a7ff;
}
//
.iaudit {
border: 1px solid #19a998;
background-color: #ebf5f4;
color: #19a998;
}
//
.istart {
border: 1px solid #326ad2;
background-color: #e9effa;
color: #326ad2;
}
//
.iBack {
border: 1px solid #e51e1e;
background-color: #fff9f9;
color: #e51e1e;
}
//
.ialteration {
border: 1px solid #F39800;
background-color: #F7F3ED;
color: #F39800;
}
//
.isubmit {
border: 1px solid #356899;
background-color: #ECF0F4;
color: #356899;
}
//
.icancellation {
border: 1px solid #95969D;
background-color: #EBEBEB;
color: #95969D;
}
//
.ibreakup {
border: 1px solid #0D0D26;
background-color: #E8E8E8;
color: #0D0D26;
}
//
.allshipments{
color: #3AC33D;
background-color:transparent;
border: none;
}
//
.noshipments{
color: #4589FF;
background-color:transparent;
border: none;
}
.partshipments{
color: #19A998;
background-color:transparent;
border: none;
} }
Loading…
Cancel
Save