::v-deep=>:deep()
This commit is contained in:
@@ -220,46 +220,46 @@ export default {
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
::v-deep.el-dialog__header {
|
||||
:deep(.el-dialog__header ){
|
||||
line-height: 1;
|
||||
// padding: 13px 16px;
|
||||
// border-bottom: 1px solid #eee;
|
||||
}
|
||||
|
||||
::v-deep .el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
|
||||
:deep( .el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content ){
|
||||
background: #eaf5ff !important;
|
||||
color: #257fff !important;
|
||||
}
|
||||
|
||||
::v-deep.el-dialog__body {
|
||||
:deep(.el-dialog__body ){
|
||||
padding: 16px 16px 0;
|
||||
}
|
||||
|
||||
::v-deep .ai-dialog__content--wrapper {
|
||||
:deep( .ai-dialog__content--wrapper ){
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
|
||||
::v-deep.left_cont {
|
||||
:deep(.left_cont ){
|
||||
height: calc(100% - 40px);
|
||||
padding-top: 8px;
|
||||
box-sizing: border-box;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
::v-deep.el-tree {
|
||||
:deep(.el-tree ){
|
||||
background: #fcfcfc;
|
||||
}
|
||||
|
||||
::v-deep .el-dialog__body {
|
||||
:deep( .el-dialog__body ){
|
||||
background: #fcfcfc;
|
||||
}
|
||||
|
||||
::v-deep.el-tree-node:focus > .el-tree-node__content {
|
||||
:deep(.el-tree-node:focus > .el-tree-node__content ){
|
||||
background: #eaf5ff !important;
|
||||
color: #257fff !important;
|
||||
}
|
||||
|
||||
::v-deep.el-tree-node__content:hover {
|
||||
:deep(.el-tree-node__content:hover ){
|
||||
background: #eaf5ff !important;
|
||||
color: #257fff !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user