// 修改 【批量排程】【配送】 按钮UI

This commit is contained in:
黄焱
2024-05-09 11:18:01 +08:00
parent 2ebd543d39
commit f3c98c9727

View File

@@ -497,3 +497,10 @@ div:has(.o_required_modifier) > label::before {
font-weight: bold; font-weight: bold;
font-size: 20px; font-size: 20px;
} }
// 修改 【批量排程】【配送】 按钮UI
.btn-secondary {
color: #fff;
background-color: #4A4F59;
border-color: #4A4F59;
}