::v-deep=>:deep()
This commit is contained in:
@@ -555,7 +555,7 @@ export default {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
::v-deep .ai-list__content--right-wrapper {
|
||||
:deep( .ai-list__content--right-wrapper ){
|
||||
height: 100%;
|
||||
margin: 0 !important;
|
||||
background-color: transparent !important;
|
||||
@@ -805,7 +805,7 @@ export default {
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
|
||||
::v-deep .ol-zoom {
|
||||
:deep( .ol-zoom ){
|
||||
display: none !important;
|
||||
top: inherit !important;
|
||||
bottom: 0.5em !important;
|
||||
@@ -880,7 +880,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep .polymeric {
|
||||
:deep( .polymeric ){
|
||||
display: flex;
|
||||
position: relative;
|
||||
align-items: center;
|
||||
@@ -946,7 +946,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep .mark {
|
||||
:deep( .mark ){
|
||||
user-select: none;
|
||||
cursor: pointer;
|
||||
height: 32px;
|
||||
@@ -1389,11 +1389,11 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep .el-input, ::v-deep input {
|
||||
:deep( .el-input), :deep( input ){
|
||||
border: none;
|
||||
}
|
||||
|
||||
::v-deep input {
|
||||
:deep( input ){
|
||||
position: relative;
|
||||
flex: 1;
|
||||
height: 36px;
|
||||
|
||||
Reference in New Issue
Block a user