::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

@@ -167,7 +167,7 @@
this.instance.post(`/admin/file/add-unlimited`, formData).then(res => {
if (res && res.data) {
let videoList = res.data[0].split(";");
this.form.videoUrl = [{
id: videoList[1],
url: videoList[0]
@@ -294,7 +294,7 @@
margin-top: -40px;
}
::v-deep .AiIcon {
:deep( .AiIcon ){
width: 38px;
height: 38px;
}
@@ -378,7 +378,7 @@
}
&.isDetail {
::v-deep .ai-detail__content {
:deep( .ai-detail__content ){
background: #f3f6f9;
}
}