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