style(wms): 修改仓库视图中的禁用和占用状态背景色
将禁用状态和占用状态的背景色统一改为更醒目的黄色(#eeff6f),提高视觉辨识度
This commit is contained in:
@@ -240,7 +240,7 @@ export default {
|
||||
}
|
||||
|
||||
.occupied {
|
||||
background-color: #c0c4cc;
|
||||
background-color: #eeff6f;
|
||||
}
|
||||
|
||||
.legend-text {
|
||||
|
||||
Reference in New Issue
Block a user