mirror of
https://github.com/imdap/ruoyi-plus-vben5.git
synced 2026-05-11 21:42:09 +08:00
fix: lint
This commit is contained in:
@@ -448,9 +448,8 @@ defineExpose({
|
|||||||
}
|
}
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
box-sizing: border-box;
|
@apply h-7.5 w-full box-border;
|
||||||
width: 100%;
|
|
||||||
@apply h-7.5;
|
|
||||||
background-color: #f3f3f3;
|
background-color: #f3f3f3;
|
||||||
border: 1px solid #666;
|
border: 1px solid #666;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -87,10 +87,7 @@ function navigateTo(
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<template>
|
<template>
|
||||||
<VbenPopover
|
<VbenPopover v-model:open="open" content-class="relative right-2 w-90 p-0">
|
||||||
v-model:open="open"
|
|
||||||
content-class="relative right-2 w-90 p-0"
|
|
||||||
>
|
|
||||||
<template #trigger>
|
<template #trigger>
|
||||||
<div class="mr-2 flex-center h-full" @click.stop="toggle()">
|
<div class="mr-2 flex-center h-full" @click.stop="toggle()">
|
||||||
<VbenIconButton class="bell-button relative text-foreground">
|
<VbenIconButton class="bell-button relative text-foreground">
|
||||||
|
|||||||
@@ -497,8 +497,6 @@ async function handleReset() {
|
|||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
:deep(.sticky-tabs-header [role='tablist']) {
|
:deep(.sticky-tabs-header [role='tablist']) {
|
||||||
position: sticky;
|
@apply -top-3 z-9999 sticky;
|
||||||
@apply -top-3;
|
|
||||||
z-index: 9999;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user