销售价格

This commit is contained in:
‘huanghaiixia’
2026-03-09 17:47:48 +08:00
parent a5e715e459
commit 61a01d6d77
4 changed files with 20 additions and 4 deletions

View File

@ -472,4 +472,12 @@
.hide{
display: none !important;
}
:deep( .ant-col-8:nth-child(1)) {
width: 320px !important;
max-width: 320px !important;;
}
:deep(.ant-col-8:nth-child(1) .ant-form-item-label) {
width: 80px !important;
}
</style>