remove sfc warnings

pull/2981/head
Tuğçe Küçükoğlu 2022-09-02 12:32:34 +03:00
parent 8246bec387
commit 3a36d4f6ab
36 changed files with 173 additions and 204 deletions

View File

@ -432,7 +432,7 @@ export default {
}
@media screen and (max-width: 960px) {
::v-deep .p-toolbar {
:deep(.p-toolbar) {
flex-wrap: wrap;
.p-button {
@ -597,7 +597,7 @@ export default {
}
@media screen and (max-width: 960px) {
::v-deep .p-toolbar {
:deep(.p-toolbar) {
flex-wrap: wrap;
.p-button {

View File

@ -189,13 +189,13 @@ export default {
</script>
<style lang="scss" scoped>
::v-deep .p-paginator {
:deep(.p-paginator) {
.p-paginator-current {
margin-left: auto;
}
}
::v-deep .p-progressbar {
:deep(.p-progressbar) {
height: .5rem;
background-color: #D8DADC;
@ -204,7 +204,7 @@ export default {
}
}
::v-deep .p-datepicker {
:deep(.p-datepicker) {
min-width: 25rem;
td {
@ -212,7 +212,7 @@ export default {
}
}
::v-deep .p-datatable.p-datatable-customers {
:deep(.p-datatable.p-datatable-customers) {
.p-datatable-header {
padding: 1rem;
text-align: left;

View File

@ -2816,13 +2816,13 @@ export default {
</CodeHighlight>
<CodeHighlight lang="css">
::v-deep .p-paginator {
:deep(.p-paginator) {
.p-paginator-current {
margin-left: auto;
}
}
::v-deep .p-progressbar {
:deep(.p-progressbar) {
height: .5rem;
background-color: #D8DADC;
@ -2831,7 +2831,7 @@ export default {
}
}
::v-deep .p-datepicker {
:deep(.p-datepicker) {
min-width: 25rem;
td {
@ -2839,7 +2839,7 @@ export default {
}
}
::v-deep .p-datatable.p-datatable-customers {
:deep(.p-datatable.p-datatable-customers) {
.p-datatable-header {
padding: 1rem;
text-align: left;

View File

@ -336,7 +336,7 @@ export default {
</script>
<style lang="scss" scoped>
::v-deep .editable-cells-table td.p-cell-editing {
:deep(.editable-cells-table td.p-cell-editing) {
padding-top: 0;
padding-bottom: 0;
}

View File

@ -567,13 +567,13 @@ export default {
</script>
<style lang="scss" scoped>
::v-deep .p-paginator {
:deep(.p-paginator) {
.p-paginator-current {
margin-left: auto;
}
}
::v-deep .p-progressbar {
:deep(.p-progressbar) {
height: .5rem;
background-color: #D8DADC;
@ -582,7 +582,7 @@ export default {
}
}
::v-deep .p-datepicker {
:deep(.p-datepicker) {
min-width: 25rem;
td {
@ -590,7 +590,7 @@ export default {
}
}
::v-deep .p-datatable.p-datatable-customers {
:deep(.p-datatable.p-datatable-customers) {
.p-datatable-header {
padding: 1rem;
text-align: left;

View File

@ -256,7 +256,7 @@ export default {
font-weight: 700;
}
::v-deep .p-rowgroup-header {
:deep(.p-rowgroup-header) {
span {
font-weight: 700;
}
@ -319,7 +319,7 @@ export default {
font-weight: 700;
}
::v-deep .p-rowgroup-header {
:deep(.p-rowgroup-header) {
span {
font-weight: 700;
}

View File

@ -338,11 +338,11 @@ export default {
</CodeHighlight>
<CodeHighlight lang="css">
::v-deep .p-datatable-frozen-tbody {
:deep(.p-datatable-frozen-tbody) {
font-weight: bold;
}
::v-deep .p-datatable-scrollable .p-frozen-column {
:deep(.p-datatable-scrollable .p-frozen-column) {
font-weight: bold;
}
</CodeHighlight>
@ -444,11 +444,11 @@ export default {
</script>
<style lang="scss" scoped>
::v-deep .p-datatable-frozen-tbody {
:deep(.p-datatable-frozen-tbody) {
font-weight: bold;
}
::v-deep .p-datatable-scrollable .p-frozen-column {
:deep(.p-datatable-scrollable .p-frozen-column) {
font-weight: bold;
}
</style>

View File

@ -94,7 +94,7 @@ export default {
color: #66BB6A;
}
::v-deep .row-accessories {
:deep(.row-accessories) {
background-color: rgba(0,0,0,.15) !important;
}
@ -155,7 +155,7 @@ export default {
color: #66BB6A;
}
::v-deep .row-accessories {
:deep(.row-accessories) {
background-color: rgba(0,0,0,.15) !important;
}

View File

@ -144,7 +144,7 @@ export default {
vertical-align: middle;
}
::v-deep .product-list-item {
:deep(.product-list-item) {
display: flex;
align-items: center;
padding: 1rem;
@ -181,7 +181,7 @@ export default {
}
}
::v-deep .product-grid-item {
:deep(.product-grid-item) {
margin: .5rem;
border: 1px solid #dee2e6;

View File

@ -340,7 +340,7 @@ export default {
</script>
<style scoped lang="scss">
::v-deep .dock-demo {
:deep(.dock-demo) {
.dock-window {
width: 100%;
height: 450px;

View File

@ -469,7 +469,7 @@ export default {
</CodeHighlight>
<CodeHighlight lang="css">
::v-deep .dock-demo {
:deep(.dock-demo) {
.dock-window {
width: 100%;
height: 450px;

View File

@ -58,7 +58,7 @@ export default {
<style scoped>
@media screen and (max-width: 960px) {
::v-deep .fc-header-toolbar {
:deep(.fc-header-toolbar) {
display: flex;
flex-wrap: wrap;
}

View File

@ -100,8 +100,7 @@ export default {
</CodeHighlight>
<CodeHighlight lang="css">
::v-deep {
.custom-galleria {
:deep(.custom-galleria) {
&.fullscreen {
display: flex;
flex-direction: column;
@ -160,7 +159,6 @@ export default {
}
}
}
}
}
</CodeHighlight>
</TabPanel>
@ -259,8 +257,7 @@ export default {
</script>
<style lang="scss" scoped>
::v-deep {
.custom-galleria {
:deep(.custom-galleria) {
&.fullscreen {
display: flex;
flex-direction: column;
@ -319,6 +316,5 @@ export default {
}
}
}
}
}
</style>

View File

@ -190,8 +190,7 @@ export default {
</CodeHighlight>
<CodeHighlight lang="css">
::v-deep {
.custom-indicator-galleria {
:deep(.custom-indicator-galleria) {
.indicator-text {
color: #e9ecef;
cursor: pointer;
@ -202,7 +201,6 @@ export default {
color: var(--primary-color);
}
}
}
}
</CodeHighlight>
</TabPanel>
@ -249,8 +247,7 @@ export default {
</script>
<style lang="scss" scoped>
::v-deep {
.custom-indicator-galleria {
:deep(.custom-indicator-galleria) {
.indicator-text {
color: #e9ecef;
cursor: pointer;
@ -261,6 +258,5 @@ export default {
color: var(--primary-color);
}
}
}
}
</style>

View File

@ -82,7 +82,7 @@ export default {
width: 18rem;
}
::v-deep .multiselect-custom {
:deep(.multiselect-custom) {
.p-multiselect-label:not(.p-placeholder) {
padding-top: .25rem;
padding-bottom: .25rem;

View File

@ -430,7 +430,7 @@ export default {
min-width: 15rem;
}
::v-deep .multiselect-custom {
:deep(.multiselect-custom) {
.p-multiselect-label:not(.p-placeholder) {
padding-top: .25rem;
padding-bottom: .25rem;

View File

@ -182,7 +182,7 @@ export default {
</script>
<style scoped lang="scss">
::v-deep .p-organizationchart {
:deep(.p-organizationchart) {
.p-person {
padding: 0;
border: 0 none;

View File

@ -648,7 +648,7 @@ export default {
</CodeHighlight>
<CodeHighlight lang="css">
::v-deep .p-organizationchart {
:deep(.p-organizationchart) {
.p-person {
padding: 0;
border: 0 none;

View File

@ -61,7 +61,7 @@ export default {
</script>
<style lang="scss" scoped>
::v-deep .p-password input {
:deep(.p-password input) {
width: 15rem
}
</style>

View File

@ -31,7 +31,7 @@ export default {
</script>
<style lang="scss" scoped>
::v-deep .card-container {
:deep(.card-container) {
.card {
width: 75px;
height: 75px;

View File

@ -101,7 +101,7 @@ export default {}
</CodeHighlight>
<CodeHighlight lang="css">
::v-deep .card-container {
:deep(.card-container) {
.card {
width: 75px;
height: 75px;

View File

@ -79,7 +79,7 @@ export default {
</script>
<style lang="scss" scoped>
::v-deep .p-scrollpanel {
:deep(.p-scrollpanel) {
p {
padding: .5rem;
line-height: 1.5;

View File

@ -155,7 +155,7 @@ export default {
</CodeHighlight>
<CodeHighlight lang="css">
::v-deep .p-scrollpanel {
:deep(.p-scrollpanel) {
p {
padding: .5rem;
line-height: 1.5;

View File

@ -47,7 +47,7 @@ export default {
</script>
<style lang="scss" scoped>
::v-deep .custom-scrolltop {
:deep(.custom-scrolltop) {
width: 2rem;
height: 2rem;
border-radius: 4px;

View File

@ -129,7 +129,7 @@ import ScrollTop from 'primevue/scrolltop';
</CodeHighlight>
<CodeHighlight>
::v-deep .custom-scrolltop {
:deep(.custom-scrolltop) {
width: 2rem;
height: 2rem;
background-color: var(--primary-color);

View File

@ -112,7 +112,7 @@ export default {
</script>
<style lang="scss" scoped>
::v-deep .speeddial-linear-demo {
:deep() {
.p-speeddial-direction-up {
left: calc(50% - 2rem);
bottom: 0;
@ -130,7 +130,7 @@ export default {
top: calc(50% - 2rem);
}
}
::v-deep .speeddial-circle-demo {
:deep(.speeddial-circle-demo) {
.p-speeddial-circle {
top: calc(50% - 2rem);
left: calc(50% - 2rem);
@ -172,7 +172,7 @@ export default {
}
}
}
::v-deep .speeddial-tooltip-demo {
:deep(.speeddial-tooltip-demo) {
.p-speeddial-direction-up {
&.speeddial-left {
left: 0;
@ -184,13 +184,13 @@ export default {
}
}
}
::v-deep .speeddial-delay-demo {
:deep(.speeddial-delay-demo) {
.p-speeddial-direction-up {
left: calc(50% - 2rem);
bottom: 0;
}
}
::v-deep .speeddial-mask-demo {
:deep(.speeddial-mask-demo) {
.p-speeddial-direction-up {
right: 0;
bottom: 0;

View File

@ -384,7 +384,7 @@ export default {
</CodeHighlight>
<CodeHighlight lang="css">
::v-deep .speeddial-linear-demo {
:deep(.speeddial-linear-demo) {
.p-speeddial-direction-up {
left: calc(50% - 2rem);
bottom: 0;
@ -402,7 +402,7 @@ export default {
top: calc(50% - 2rem);
}
}
::v-deep .speeddial-circle-demo {
:deep(.speeddial-circle-demo) {
.p-speeddial-circle {
top: calc(50% - 2rem);
left: calc(50% - 2rem);
@ -444,7 +444,7 @@ export default {
}
}
}
::v-deep .speeddial-tooltip-demo {
:deep(.speeddial-tooltip-demo) {
.p-speeddial-direction-up {
&.speeddial-left {
left: 0;
@ -456,13 +456,13 @@ export default {
}
}
}
::v-deep .speeddial-delay-demo {
:deep(.speeddial-delay-demo) {
.p-speeddial-direction-up {
left: calc(50% - 2rem);
bottom: 0;
}
}
::v-deep .speeddial-mask-demo {
:deep(.speeddial-mask-demo) {
.p-speeddial-direction-up {
right: 0;
bottom: 0;

View File

@ -68,11 +68,11 @@ export default {
</script>
<style scoped lang="scss">
::v-deep b {
:deep(b) {
display: block
}
::v-deep .p-card-body {
:deep(.p-card-body) {
padding: 2rem;
}
</style>

View File

@ -60,7 +60,7 @@ export default {
</script>
<style scoped lang="scss">
::v-deep .tabmenudemo-content {
:deep(.tabmenudemo-content) {
padding: 2rem 1rem;
}
</style>

View File

@ -66,7 +66,7 @@ p {
margin-top: 0;
}
::v-deep .dark-demo-terminal {
:deep(.dark-demo-terminal) {
background-color: #212121;
color: #ffffff;

View File

@ -176,7 +176,7 @@ p {
margin-top: 0;
}
::v-deep .dark-demo-terminall {
:deep(.dark-demo-terminal) {
background-color: #212121;
color: #ffffff;

View File

@ -58,7 +58,7 @@ html {
<CodeHighlight>
&lt;style lang="scss" scoped&gt;
::v-deep .dark-panel.p-panel {
:deep(.dark-panel.p-panel) {
.p-panel-titlebar {
background: #212121;
}

View File

@ -141,13 +141,13 @@ export default {
z-index: 1;
}
::v-deep .p-timeline-event-content,
::v-deep .p-timeline-event-opposite {
:deep(.p-timeline-event-content),
:deep(.p-timeline-event-opposite) {
line-height: 1;
}
@media screen and (max-width: 960px) {
::v-deep .customized-timeline {
:deep(.customized-timeline) {
.p-timeline-event:nth-child(even) {
flex-direction: row !important;

View File

@ -108,7 +108,7 @@ button {
margin-right: .5rem;
}
::v-deep .p-tree {
:deep(.p-tree) {
a {
color: #2196f3;
}

View File

@ -1229,25 +1229,6 @@ export default {
this.nodeService.getTreeTableNodes().then(data => this.nodes = data);
}
}
</CodeHighlight>
<CodeHighlight lang="css">
.sm-visible {
display: none;
}
@media screen and (max-width: 40em) {
::v-deep {
.sm-invisible {
display: none;
}
.sm-visible {
display: inline;
margin-right: .5rem;
}
}
}
</CodeHighlight>
<h5>Properties</h5>

View File

@ -91,7 +91,6 @@ export default {
}
@media screen and (max-width: 40em) {
::v-deep {
.sm-invisible {
display: none;
}
@ -100,7 +99,6 @@ export default {
display: inline;
margin-right: .5rem;
}
}
}
</CodeHighlight>
@ -135,7 +133,6 @@ export default {
}
@media screen and (max-width: 40em) {
::v-deep {
.sm-invisible {
display: none;
}
@ -144,6 +141,5 @@ export default {
display: inline;
margin-right: .5rem;
}
}
}
</style>