替换深度选择器:v-deep为:deep()

This commit is contained in:
sc 2021-05-18 09:04:47 +08:00
parent 6dcb62d5fc
commit c4b4516e4c
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@
.sc-upload-uploader {border: 1px dashed #d9d9d9;box-sizing: border-box;width: 100%;height: 100%;}
.sc-upload-uploader:hover {border: 1px dashed #409eff;}
.sc-upload-uploader .uploader {width: 100%;height: 100%;}
.sc-upload-uploader:v-deep .el-upload {width: 100%;height: 100%;}
.sc-upload-uploader:deep(.el-upload) {width: 100%;height: 100%;}
.sc-upload-uploader .file-empty {width: 100%;height: 100%;line-height: 1;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.sc-upload-uploader .file-empty i {font-size: 28px;color: #8c939d;}