Merge pull request 'fix : 日期框100%' (#26) from dj into master

Reviewed-on: http://git.feashow.cn/feashow/SmartOpsWeb/pulls/26
This commit is contained in:
2024-09-12 18:20:11 +00:00

View File

@@ -110,4 +110,7 @@ onMounted(()=>{
justify-content: space-evenly; justify-content: space-evenly;
align-items: center; align-items: center;
} }
:deep(.el-date-editor.el-input){
width: 100% !important;
}
</style> </style>