::v-deep=>:deep()
This commit is contained in:
@@ -139,7 +139,7 @@ export default {
|
||||
.AppFinanceOrg {
|
||||
height: 100%;
|
||||
|
||||
::v-deep .avatar {
|
||||
:deep( .avatar ){
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
margin-right: 10px;
|
||||
|
||||
@@ -135,7 +135,7 @@ export default {
|
||||
.AppFinanceOrgMember {
|
||||
height: 100%;
|
||||
|
||||
::v-deep .avatar {
|
||||
:deep( .avatar ){
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
margin-right: 10px;
|
||||
|
||||
@@ -202,11 +202,11 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep.half {
|
||||
:deep(.half ){
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
::v-deep input[type="number"] {
|
||||
:deep( input[type="number"] ){
|
||||
line-height: 1px !important;
|
||||
|
||||
&::-webkit-outer-spin-button, &::-webkit-inner-spin-button {
|
||||
|
||||
@@ -172,7 +172,7 @@ export default {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
::v-deep.half {
|
||||
:deep(.half ){
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
|
||||
@@ -152,7 +152,7 @@ export default {
|
||||
.productRecommend {
|
||||
height: 100%;
|
||||
|
||||
::v-deep input[type="number"] {
|
||||
:deep( input[type="number"] ){
|
||||
line-height: 1px !important;
|
||||
|
||||
&::-webkit-outer-spin-button, &::-webkit-inner-spin-button {
|
||||
|
||||
@@ -169,11 +169,11 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep.half {
|
||||
:deep(.half ){
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
::v-deep input[type="number"] {
|
||||
:deep( input[type="number"] ){
|
||||
line-height: 1px !important;
|
||||
|
||||
&::-webkit-outer-spin-button, &::-webkit-inner-spin-button {
|
||||
|
||||
@@ -156,7 +156,7 @@ export default {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
::v-deep.half {
|
||||
:deep(.half ){
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
|
||||
@@ -152,7 +152,7 @@ export default {
|
||||
.productRecommend {
|
||||
height: 100%;
|
||||
|
||||
::v-deep input[type="number"] {
|
||||
:deep( input[type="number"] ){
|
||||
line-height: 1px !important;
|
||||
|
||||
&::-webkit-outer-spin-button, &::-webkit-inner-spin-button {
|
||||
|
||||
@@ -277,11 +277,11 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep.ai-card__body {
|
||||
:deep(.ai-card__body ){
|
||||
height: max-content;
|
||||
}
|
||||
|
||||
::v-deep .AiAreaGet {
|
||||
:deep( .AiAreaGet ){
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user