修改上传

This commit is contained in:
李志发
2024-05-24 16:16:01 +08:00
parent 45889703d6
commit a93b87afd9
3 changed files with 9 additions and 3 deletions

View File

@@ -273,6 +273,8 @@ export default {
margin-top: 3px; margin-top: 3px;
margin-bottom: 3px; margin-bottom: 3px;
} }
::v-deep .el-upload__tip{
font-size: 18px;
}
</style> </style>

View File

@@ -279,6 +279,8 @@ export default {
margin-top: 3px; margin-top: 3px;
margin-bottom: 3px; margin-bottom: 3px;
} }
::v-deep .el-upload__tip{
font-size: 18px;
}
</style> </style>

View File

@@ -275,6 +275,8 @@ export default {
margin-top: 3px; margin-top: 3px;
margin-bottom: 3px; margin-bottom: 3px;
} }
::v-deep .el-upload__tip{
font-size: 18px;
}
</style> </style>