::v-deep=>:deep()
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user