::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

@@ -421,7 +421,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;
@@ -430,11 +430,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;
@@ -674,7 +674,7 @@ export default {
height: 100%;
overflow: hidden;
::v-deep .ol-zoom {
:deep( .ol-zoom ){
display: none !important;
top: inherit !important;
bottom: 0.5em !important;
@@ -749,7 +749,7 @@ export default {
}
}
::v-deep .polymeric {
:deep( .polymeric ){
display: flex;
position: relative;
align-items: center;
@@ -815,7 +815,7 @@ export default {
}
}
::v-deep .mark {
:deep( .mark ){
user-select: none;
cursor: pointer;
height: 32px;
@@ -1212,11 +1212,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;

View File

@@ -200,7 +200,7 @@ export default {
display: flex;
flex-direction: column;
::v-deep .ailist-title {
:deep( .ailist-title ){
margin: 0 20px;
}
@@ -338,7 +338,7 @@ export default {
}
}
::v-deep .floors {
:deep( .floors ){
max-height: 520px;
max-width: 60vw;
margin: 0 20px;

View File

@@ -143,7 +143,7 @@ export default {
<style lang="scss" scoped>
.buildingInfo {
::v-deep .infoPane {
:deep( .infoPane ){
box-sizing: border-box;
padding: 10px 20px;