feat: 支持采购任务追溯并安全重新创建 (#186)
This commit is contained in:
@@ -363,6 +363,12 @@ tr.empty small { color: #aaa; }
|
||||
}
|
||||
.button-link:hover { background: #f0f2f4; }
|
||||
.button-link.disabled { color: #999; background: #f5f6f8; }
|
||||
.button-link.primary {
|
||||
background: #1f6feb;
|
||||
border-color: #1f6feb;
|
||||
color: #fff;
|
||||
}
|
||||
.button-link.primary:hover { background: #1a5fd0; }
|
||||
.sync-history-table { max-height: 460px; }
|
||||
.sync-history-table td { vertical-align: top; }
|
||||
.sync-history-table .sync-error {
|
||||
|
||||
Reference in New Issue
Block a user