::v-deep=>:deep()
This commit is contained in:
@@ -511,7 +511,7 @@ export default {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
::v-deep .ai-list__content--right-wrapper {
|
||||
:deep( .ai-list__content--right-wrapper ){
|
||||
height: 100%;
|
||||
margin: 0px !important;
|
||||
background-color: transparent !important;
|
||||
@@ -520,11 +520,11 @@ export default {
|
||||
|
||||
|
||||
.map {
|
||||
::v-deep .amap-logo, ::v-deep .amap-copyright {
|
||||
:deep( .amap-logo), :deep( .amap-copyright ){
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
::v-deep .amap-icon {
|
||||
:deep( .amap-icon ){
|
||||
width: 40px !important;
|
||||
height: 40px !important;
|
||||
|
||||
@@ -764,7 +764,7 @@ export default {
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
|
||||
::v-deep .ol-zoom {
|
||||
:deep( .ol-zoom ){
|
||||
display: none !important;
|
||||
top: inherit !important;
|
||||
bottom: 0.5em !important;
|
||||
@@ -839,7 +839,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep .polymeric {
|
||||
:deep( .polymeric ){
|
||||
display: flex;
|
||||
position: relative;
|
||||
align-items: center;
|
||||
@@ -905,7 +905,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep .mark {
|
||||
:deep( .mark ){
|
||||
user-select: none;
|
||||
cursor: pointer;
|
||||
height: 32px;
|
||||
@@ -1306,11 +1306,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