styles changes
This commit is contained in:
parent
8351c63e57
commit
033e54085d
7 changed files with 74 additions and 78 deletions
|
|
@ -12,10 +12,6 @@ const showMobileMenu = ref(false)
|
|||
const route = useRoute()
|
||||
const activeKey = ref('collection')
|
||||
|
||||
// watch(() => authStore.isAuthenticated, (newVal) => {
|
||||
// console.log('Auth state changed:', newVal)
|
||||
// }, { immediate: true })
|
||||
|
||||
const mainMenu = computed(() => {
|
||||
return [
|
||||
{ label: 'Collection', key: 'collection' },
|
||||
|
|
@ -121,10 +117,9 @@ const renderLabel = (option) => {
|
|||
padding: 0 20px;
|
||||
height: 60px;
|
||||
background: #fff;
|
||||
border-bottom: 1px solid #eee;
|
||||
border-bottom: 2px solid #18a058;
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue