thainv-dev: UI
This commit is contained in:
@@ -13,7 +13,7 @@ const html = $('.parent').addClass('xl:(flex items-center justify-center)')
|
||||
html.find('>li').addClass('relative group xl:mr-3 hover:text-blue')
|
||||
html.find('ul').addClass('hidden w-200px shadow group-hover:(block absolute top-full left-0 bg-white z-50)')
|
||||
html.find('>li>a').addClass('block py-4')
|
||||
html.find('>li>ul>li>a').addClass('block py-10px px-15px text-black hover:(bg-blue text-white)')
|
||||
html.find('>li>ul>li>a').addClass('block py-10px px-15px text-black-500 hover:(bg-blue text-white)')
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
@@ -14,7 +14,6 @@ const getCurrentTemplate = computed(() => {
|
||||
return _props.settings && _props.settings.template || '';
|
||||
});
|
||||
|
||||
console.log(getCurrentTemplate.value, 'tempalte')
|
||||
|
||||
const GET_PROPS = computed(() => {
|
||||
return () => {
|
||||
|
||||
Reference in New Issue
Block a user