fix : 修复费用分摊新增输入框宽度显示

This commit is contained in:
2024-08-28 14:30:49 +08:00
parent d59c9d8cca
commit f4a1e3e932

View File

@@ -595,7 +595,7 @@ onMounted(() => {
}
}
:deep(.el-date-editor--month){
width: 100%;
width: 100%!important;
}
:deep(.el-input-number) {
width: 100%;