feat: 添加通知详情页面及通知列表点击跳转功能;优化分隔线样式
This commit is contained in:
@@ -4,7 +4,7 @@ defineProps<{ text?: string }>();
|
||||
|
||||
<template>
|
||||
<div class="divider ion-margin-vertical" v-bind="$attrs">
|
||||
<span>{{ text }}</span>
|
||||
<span v-if="text">{{ text }}</span>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -20,7 +20,7 @@ defineProps<{ text?: string }>();
|
||||
.divider::after {
|
||||
content: "";
|
||||
flex: 1;
|
||||
border-bottom: 1px solid var(--ion-color-medium);
|
||||
border-bottom: 1px solid var(--ion-text-color-step-900);
|
||||
}
|
||||
|
||||
.divider span {
|
||||
|
||||
Reference in New Issue
Block a user