::v-deep=>:deep()
This commit is contained in:
@@ -108,7 +108,7 @@ export default {
|
||||
height: 100%;
|
||||
background-color: #fff;
|
||||
|
||||
::v-deep .ai-card__body {
|
||||
:deep( .ai-card__body ){
|
||||
padding: 12px 16px 20px !important;
|
||||
}
|
||||
|
||||
@@ -162,7 +162,7 @@ export default {
|
||||
}
|
||||
|
||||
.fs-14 {
|
||||
::v-deep .el-table--small {
|
||||
:deep( .el-table--small ){
|
||||
font-size: 14px !important;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -166,7 +166,7 @@ export default {
|
||||
}
|
||||
|
||||
.family-list {
|
||||
::v-deep .el-table--small {
|
||||
:deep( .el-table--small ){
|
||||
font-size: 14px !important;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -386,7 +386,7 @@ export default {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
::v-deep .ai-list__content--right {
|
||||
:deep( .ai-list__content--right ){
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
@@ -549,12 +549,12 @@ export default {
|
||||
}
|
||||
|
||||
.goods {
|
||||
::v-deep .el-table td {
|
||||
:deep( .el-table td ){
|
||||
border-bottom: none;
|
||||
padding: 2px 0;
|
||||
}
|
||||
|
||||
::v-deep .el-table th {
|
||||
:deep( .el-table th ){
|
||||
padding: 2px 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user