fix: scope ListGantt styles
This commit is contained in:
parent
aefda38bdd
commit
73eab6c5b5
@ -125,7 +125,7 @@ const flatPickerConfig = computed<Options>(() => ({
|
|||||||
}))
|
}))
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss" scoped>
|
||||||
.gantt-chart-container {
|
.gantt-chart-container {
|
||||||
padding-bottom: 1rem;
|
padding-bottom: 1rem;
|
||||||
}
|
}
|
||||||
@ -141,6 +141,15 @@ const flatPickerConfig = computed<Options>(() => ({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:global(.link-share-view:not(.has-background)) .gantt-options {
|
||||||
|
border: none;
|
||||||
|
box-shadow: none;
|
||||||
|
|
||||||
|
.card-content {
|
||||||
|
padding: .5rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.field {
|
.field {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
width: 33%;
|
width: 33%;
|
||||||
@ -160,7 +169,8 @@ const flatPickerConfig = computed<Options>(() => ({
|
|||||||
font-size: .8rem;
|
font-size: .8rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.select, .select select {
|
.select,
|
||||||
|
.select select {
|
||||||
height: auto;
|
height: auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-size: .8rem;
|
font-size: .8rem;
|
||||||
@ -170,13 +180,4 @@ const flatPickerConfig = computed<Options>(() => ({
|
|||||||
font-size: .9rem;
|
font-size: .9rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.link-share-view:not(.has-background) .card.gantt-options {
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
|
|
||||||
.card-content {
|
|
||||||
padding: .5rem;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
Loading…
x
Reference in New Issue
Block a user