css tweak

This commit is contained in:
buttle 2024-03-05 19:13:55 +01:00
parent eb4350bcc1
commit 25cf5cf055
2 changed files with 3 additions and 6 deletions

View file

@ -86,7 +86,7 @@ export default {
left:auto;
}
.ds-goto-top > svg {
margin-left: 2px;
margin-top: 0;
margin-left: 4px;
margin-top: 3px;
}
</style>

View file

@ -54,7 +54,7 @@ This file is part of LiberaForms.
<script>
import { useI18n } from "vue-i18n"
import { useElementSize } from '@vueuse/core'
import { computed, ref, reactive, onMounted } from "vue";
import { computed, ref, onMounted } from "vue";
import { dataDisplayStore } from '@/store.js'
import { orderItems } from '@/modules/items.js'
import { ArrowDownIcon, BookmarkIcon } from '@zhuowenli/vue-feather-icons'
@ -73,10 +73,7 @@ export default {
const data_type = store.data_type
const highlighted_row = ref(0)
const { t } = useI18n({ useScope: "global" })
const field_index = computed(() => store.field_index)
//const { field_index } = storeToRefs(store)
const gridRef = ref(null)
const { width } = useElementSize(gridRef)
const grid_column_width = ref({