::v-deep=>:deep()
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user