::v-deep=>:deep()
This commit is contained in:
@@ -373,7 +373,7 @@ export default {
|
||||
height: 100%;
|
||||
|
||||
|
||||
::v-deep .ai-dialog {
|
||||
:deep( .ai-dialog ){
|
||||
.ai-card {
|
||||
box-shadow: none;
|
||||
border: 1px solid #eee;
|
||||
@@ -389,7 +389,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep .rightsGraphDialog {
|
||||
:deep( .rightsGraphDialog ){
|
||||
.el-dialog__body {
|
||||
padding: 0;
|
||||
}
|
||||
@@ -399,7 +399,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep .datail-table-body {
|
||||
:deep( .datail-table-body ){
|
||||
width: 100%;
|
||||
height: auto;
|
||||
margin-bottom: 16px;
|
||||
|
||||
@@ -183,7 +183,7 @@ export default {
|
||||
.rightsGraph {
|
||||
height: 100%;
|
||||
|
||||
::v-deep #RightGraph {
|
||||
:deep( #RightGraph ){
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
min-height: 500px;
|
||||
|
||||
Reference in New Issue
Block a user