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

This commit is contained in:
sc 2021-05-18 08:31:13 +08:00
parent e0a0771d3a
commit 6dcb62d5fc
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 {border: 1px dashed #d9d9d9;box-sizing: border-box;width: 100%;height: 100%;}
.sc-upload-uploader:hover {border: 1px dashed #409eff;} .sc-upload-uploader:hover {border: 1px dashed #409eff;}
.sc-upload-uploader .uploader {width: 100%;height: 100%;} .sc-upload-uploader .uploader {width: 100%;height: 100%;}
.sc-upload-uploader >>> .el-upload {width: 100%;height: 100%;} .sc-upload-uploader:v-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 {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;} .sc-upload-uploader .file-empty i {font-size: 28px;color: #8c939d;}