::v-deep=>:deep()

This commit is contained in:
aixianling
2022-12-01 09:35:20 +08:00
parent d12c7b2c5e
commit 883ec09a0e
352 changed files with 1277 additions and 1281 deletions

View File

@@ -267,17 +267,17 @@ export default {
.AppAccount {
height: 100%;
::v-deep .avatar {
:deep( .avatar ){
width: 40px;
height: 40px;
margin-right: 10px;
}
::v-deep .ai-list__content--left {
:deep( .ai-list__content--left ){
margin-right: 2px;
}
::v-deep .el-form {
:deep( .el-form ){
.el-cascader {
width: 100%;
}

View File

@@ -345,7 +345,7 @@ export default {
.accountRoleList {
height: 100%;
::v-deep.ai-card {
:deep(.ai-card ){
box-shadow: none;
border: 1px solid #eee;

View File

@@ -187,7 +187,7 @@ export default {
.dictDetail {
height: 100%;
::v-deep .el-table__row {
:deep( .el-table__row ){
.el-input__inner {
padding: 0 30px;

View File

@@ -82,7 +82,7 @@ export default {
.introPage {
height: 100%;
::v-deep.ai-detail__content--wrapper {
:deep(.ai-detail__content--wrapper ){
min-height: 100%;
&.list {

View File

@@ -186,7 +186,7 @@ export default {
.list {
height: 100%;
::v-deep .ai-list__content--right-wrapper {
:deep( .ai-list__content--right-wrapper ){
height: calc(100% - 10px);
display: flex;
flex-direction: column;

View File

@@ -456,7 +456,7 @@ export default {
height: 100%;
::v-deep .mapDialog {
:deep( .mapDialog ){
.el-dialog__body {
padding: 0;

View File

@@ -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;

View File

@@ -183,7 +183,7 @@ export default {
.rightsGraph {
height: 100%;
::v-deep #RightGraph {
:deep( #RightGraph ){
width: 100%;
height: 100%;
min-height: 500px;

View File

@@ -196,13 +196,13 @@ export default {
.AppSystemAccount {
height: 100%;
::v-deep .avatar {
:deep( .avatar ){
width: 40px;
height: 40px;
margin-right: 10px;
}
::v-deep .el-form {
:deep( .el-form ){
.el-cascader, .el-select {
width: 100%;
}

View File

@@ -180,11 +180,11 @@ export default {
.AppUserInfo {
height: 100%;
::v-deep .ai-list__content--wrapper {
:deep( .ai-list__content--wrapper ){
flex-direction: column;
}
::v-deep .el-input__inner {
:deep( .el-input__inner ){
-webkit-text-security: disc !important;