::v-deep=>:deep()

This commit is contained in:
aixianling
2022-12-01 09:35:20 +08:00
parent d12c7b2c5e
commit 883ec09a0e
352 changed files with 1277 additions and 1281 deletions

View File

@@ -88,16 +88,16 @@ export default {
.AppLicence {
width: 100%;
height: 100%;
::v-deep .ai-list{
:deep( .ai-list){
background-color: #F5F6F9;
}
::v-deep .ai-list .ai-list__content--right .ai-list__content--right-wrapper{
:deep( .ai-list .ai-list__content--right .ai-list__content--right-wrapper){
background-color: #F5F6F9;
box-shadow: 0 0 0 0;
margin: 0!important;
padding: 0!important;
}
::v-deep .el-upload-list{
:deep( .el-upload-list){
display: none;
}
.licence-content{