fix : 日期框100%

This commit is contained in:
2024-09-13 02:19:56 +08:00
parent 030e6c2bb1
commit a527d6d53f

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>