1.底部导航优化
parent
b21e86d523
commit
bb8beb5f8b
|
|
@ -86,8 +86,8 @@ const footer_nav_event = () => {
|
||||||
.footer-nav-content {
|
.footer-nav-content {
|
||||||
min-height: 7rem;
|
min-height: 7rem;
|
||||||
.img {
|
.img {
|
||||||
width: 2rem;
|
width: 2.2rem;
|
||||||
height: 2rem;
|
height: 2.2rem;
|
||||||
.img-item {
|
.img-item {
|
||||||
width: 2.2rem;
|
width: 2.2rem;
|
||||||
height: 2.2rem;
|
height: 2.2rem;
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
<div v-else-if="['4', '5'].includes(form.theme)" class="flex-1 flex-row align-c h gap-10">
|
<div v-else-if="['4', '5'].includes(form.theme)" class="flex-1 flex-row align-c h gap-10">
|
||||||
<div class="flex-row gap-2" :style="'color:' + new_style.position_color">
|
<div class="flex-row gap-2" :style="'color:' + new_style.position_color">
|
||||||
<icon name="location" size="12"></icon>
|
<icon name="location" size="12"></icon>
|
||||||
<span class="size-14 text-line-1">{{ form.positioning_name }}</span>
|
<span class="location-name size-14 text-line-1">{{ form.positioning_name }}</span>
|
||||||
<icon v-if="form.is_arrows_show == '1'" name="arrow-bottom" size="12"></icon>
|
<icon v-if="form.is_arrows_show == '1'" name="arrow-bottom" size="12"></icon>
|
||||||
</div>
|
</div>
|
||||||
<template v-if="['5'].includes(form.theme)">
|
<template v-if="['5'].includes(form.theme)">
|
||||||
|
|
@ -142,6 +142,9 @@ const position_class = computed(() => (form.value?.indicator_location == 'center
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
.model-head-content {
|
.model-head-content {
|
||||||
height: 3.2rem;
|
height: 3.2rem;
|
||||||
|
.location-name {
|
||||||
|
max-width: 15rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.model-head-icon {
|
.model-head-icon {
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ const message_error = (info: string) => {
|
||||||
messageInstance = ElMessage.error({
|
messageInstance = ElMessage.error({
|
||||||
type: 'error',
|
type: 'error',
|
||||||
message: info,
|
message: info,
|
||||||
duration: 30000,
|
duration: 60000,
|
||||||
showClose: true,
|
showClose: true,
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue