diff --git a/src/components/VnTable/VnOrder.vue b/src/components/VnTable/VnOrder.vue index 20cfc71dc..7fdd23b78 100644 --- a/src/components/VnTable/VnOrder.vue +++ b/src/components/VnTable/VnOrder.vue @@ -71,7 +71,7 @@ defineExpose({ orderBy }); ]" class="no-box-shadow" :clickable="true" - style="min-width: 20px; padding: 0 0.9.em" + style="min-width: 40px" >
diff --git a/src/components/common/VnSelect.vue b/src/components/common/VnSelect.vue index 1be53930d..84ab4b4b6 100644 --- a/src/components/common/VnSelect.vue +++ b/src/components/common/VnSelect.vue @@ -104,8 +104,7 @@ const noOneOpt = ref({ [optionValue.value]: false, [optionLabel.value]: noOneText, }); -const getVal = (val) => ($props.useLike ? { like: `%${val}%` } : val); -const hover = ref(false); + const value = computed({ get() { return $props.modelValue; @@ -226,6 +225,8 @@ async function filterHandler(val, update) { function nullishToTrue(value) { return value ?? true; } + +const getVal = (val) => ($props.useLike ? { like: `%${val}%` } : val); diff --git a/src/pages/Route/RouteExtendedList.vue b/src/pages/Route/RouteExtendedList.vue index 7eb35ba02..51da4ec12 100644 --- a/src/pages/Route/RouteExtendedList.vue +++ b/src/pages/Route/RouteExtendedList.vue @@ -87,7 +87,6 @@ const columns = computed(() => [ }, }, columnClass: 'expand', - style: 'min-width: 210px;', }, { align: 'left',