Merge pull request 'master' (#27) from master into test

Reviewed-on: http://git.feashow.cn/feashow/SmartOpsWeb/pulls/27
This commit is contained in:
2024-09-12 18:20:21 +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>