::v-deep=>:deep()
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
@@ -345,7 +345,7 @@ export default {
|
||||
.accountRoleList {
|
||||
height: 100%;
|
||||
|
||||
::v-deep.ai-card {
|
||||
:deep(.ai-card ){
|
||||
box-shadow: none;
|
||||
border: 1px solid #eee;
|
||||
|
||||
|
||||
@@ -187,7 +187,7 @@ export default {
|
||||
.dictDetail {
|
||||
height: 100%;
|
||||
|
||||
::v-deep .el-table__row {
|
||||
:deep( .el-table__row ){
|
||||
|
||||
.el-input__inner {
|
||||
padding: 0 30px;
|
||||
|
||||
@@ -82,7 +82,7 @@ export default {
|
||||
.introPage {
|
||||
height: 100%;
|
||||
|
||||
::v-deep.ai-detail__content--wrapper {
|
||||
:deep(.ai-detail__content--wrapper ){
|
||||
min-height: 100%;
|
||||
|
||||
&.list {
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -456,7 +456,7 @@ export default {
|
||||
height: 100%;
|
||||
|
||||
|
||||
::v-deep .mapDialog {
|
||||
:deep( .mapDialog ){
|
||||
.el-dialog__body {
|
||||
padding: 0;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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%;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user