4909-card_state_refresh #37

Merged
joan merged 8 commits from 4909-card_state_refresh into dev 2023-02-03 09:27:36 +00:00
1 changed files with 1 additions and 35 deletions
Showing only changes of commit 387bb54b00 - Show all commits

View File

@ -169,38 +169,4 @@ function stateColor(code) {
</q-card-section>
</template>
</card-summary>
</template>
<style lang="scss" scoped>
// .container {
// display: flex;
// justify-content: center;
// }
// .q-card {
// width: 100%;
// max-width: 950px;
// }
// .summary {
// #slider-container {
// max-width: 80%;
// margin: 0 auto;
// .q-slider {
// .q-slider__marker-labels:nth-child(1) {
// transform: none;
// }
// .q-slider__marker-labels:nth-child(2) {
// transform: none;
// left: auto !important;
// right: 0%;
// }
// }
// }
// }
// .q-dialog .summary {
// max-width: 1200px;
// }
</style>
</template>