research update

This commit is contained in:
2023-06-09 17:30:58 +08:00
parent 575bbc3962
commit 5940dfa4aa
31 changed files with 1648 additions and 1631 deletions

View File

@ -244,21 +244,16 @@ export default {
font-weight: 700;
margin-bottom: 30px;
}
::v-deep .el-upload--picture-card {
:deep(.el-upload--picture-card) {
width: 100%;
}
::v-deep .hide {
:deep(.hide) {
height: 148px;
}
::v-deep .el-upload-list--picture-card .el-upload-list__item {
:deep(.el-upload-list--picture-card .el-upload-list__item) {
width: 100%;
}
// 上传图片框限制
// ::v-deep .el-upload--picture-card {
// width: 120px;
// height: 120px;
// line-height: 120px;
// }
.el-select,
.el-date-editor {
display: block;