This commit is contained in:
张良(004796)
2024-04-18 22:53:31 +08:00
parent d54d540333
commit b49e8ff0cd
7 changed files with 528 additions and 25 deletions

View File

@@ -282,11 +282,4 @@ export default {
display: flex;
flex-wrap: wrap
}
/* .el-card {
min-width: 100%;
height: 80%; // 高度要设置百分比才可以
margin-right: 20px;
transition: all .5s;
}*/
</style>