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

@@ -298,7 +298,7 @@ export default {
flex-direction: column;
::v-deep .eventItem {
:deep( .eventItem ){
width: 100%;
color: #82C5FF;
@@ -309,7 +309,7 @@ export default {
}
}
::v-deep .communityEvent {
:deep( .communityEvent ){
list-style-type: circle;
white-space: nowrap;
overflow: hidden;
@@ -320,7 +320,7 @@ export default {
color: #82C5FF;
}
::v-deep .tag {
:deep( .tag ){
padding: 0 10px;
border-radius: 4px;
margin-right: 10px;
@@ -361,7 +361,7 @@ export default {
transform: translate(-50%, -50%);
}
::v-deep .gradientFont {
:deep( .gradientFont ){
background-image: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 18%, #6BC7FF 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
@@ -373,7 +373,7 @@ export default {
}
}
::v-deep .dataPane {
:deep( .dataPane ){
width: 122px;
height: 114px;
background-image: url("./assets/govInteraction/kuaikuai.png");