fix: use :deep() selector instead of ::v-deep
This commit is contained in:
@ -181,7 +181,7 @@ export default {
|
||||
.hint-modal {
|
||||
z-index: 4600;
|
||||
|
||||
::v-deep.card-content {
|
||||
:deep(.card-content) {
|
||||
text-align: left;
|
||||
|
||||
.info {
|
||||
|
Reference in New Issue
Block a user