Merge pull request 'fix : 修复费用分摊新增输入框宽度显示' (#743) from de into master

Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/743
This commit is contained in:
2024-08-28 06:31:09 +00:00

View File

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