231801_dev_to_test #52

Merged
alexm merged 51 commits from 231801_dev_to_test into test 2023-05-08 10:31:13 +00:00
5 changed files with 11 additions and 11 deletions
Showing only changes of commit 6676cb602b - Show all commits

View File

@ -345,7 +345,7 @@ function onDrag() {
opacity: 1;
height: 250px;
.QImg {
.q-img {
object-fit: cover;
background-color: black;
}

View File

@ -524,7 +524,7 @@ const creditWarning = computed(() => {
</template>
<style lang="scss">
.QItem__label + .QItem__label {
.q-item__label + .q-item__label {
margin: 0;
}
</style>

View File

@ -200,10 +200,10 @@ const ticketsColumns = ref([
margin: 0 auto;
.q-slider {
.q-slider__markerLabels:nth-child(1) {
.q-slider__marker-labels:nth-child(1) {
transform: none;
}
.q-slider__markerLabels:nth-child(2) {
.q-slider__marker-labels:nth-child(2) {
transform: none;
left: auto !important;
right: 0%;

View File

@ -646,8 +646,8 @@ async function changeState(value) {
}
.summary {
.QList {
.QItem__label--header {
.q-list {
.q-item__label--header {
display: flex;
justify-content: space-between;
@ -672,7 +672,7 @@ async function changeState(value) {
}
.q-table__container {
text-align: left;
.QIcon {
.q-icon {
padding: 2%;
}
}

View File

@ -242,8 +242,8 @@ function sipExtension() {
}
.summary {
.QList {
.QItem__label--header {
.q-list {
.q-item__label--header {
display: flex;
justify-content: space-between;
@ -270,10 +270,10 @@ function sipExtension() {
margin: 0 auto;
.q-slider {
.q-slider__markerLabels:nth-child(1) {
.q-slider__marker-labels:nth-child(1) {
transform: none;
}
.q-slider__markerLabels:nth-child(2) {
.q-slider__marker-labels:nth-child(2) {
transform: none;
left: auto !important;
right: 0%;