UI修改
This commit is contained in:
parent
227adc0f4b
commit
e5d600867f
|
@ -75,21 +75,39 @@
|
||||||
<div class="mynotice" v-show="mynoticeFlag">
|
<div class="mynotice" v-show="mynoticeFlag">
|
||||||
<a-list item-layout="horizontal" :data-source="mynoticeData">
|
<a-list item-layout="horizontal" :data-source="mynoticeData">
|
||||||
<template #renderItem="{ item }">
|
<template #renderItem="{ item }">
|
||||||
<a-tooltip placement="left">
|
<!-- <a-tooltip placement="left">
|
||||||
<template #title>
|
<template #title>
|
||||||
<span>{{ item.content }}</span>
|
<span>{{ item.content }}</span>
|
||||||
</template>
|
</template>
|
||||||
<a-list-item>
|
|
||||||
<a-list-item-meta :description="item.senderDate">
|
</a-tooltip> -->
|
||||||
<template #title>
|
<a-list-item>
|
||||||
<a>{{ item.content }}</a>
|
<a-list-item-meta :description="item.senderDate">
|
||||||
</template>
|
<template #title>
|
||||||
</a-list-item-meta>
|
<a>{{ item.content }}</a>
|
||||||
</a-list-item>
|
</template>
|
||||||
</a-tooltip>
|
</a-list-item-meta>
|
||||||
|
</a-list-item>
|
||||||
</template>
|
</template>
|
||||||
</a-list>
|
</a-list>
|
||||||
<div class="bottom" @click="goToView()">查看更多</div>
|
<div class="bottom" @click="goToView()">
|
||||||
|
查看更多
|
||||||
|
<svg
|
||||||
|
t="1672387024761"
|
||||||
|
class="icon"
|
||||||
|
viewBox="0 0 1024 1024"
|
||||||
|
version="1.1"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
p-id="2682"
|
||||||
|
width="20"
|
||||||
|
height="20"
|
||||||
|
>
|
||||||
|
<path
|
||||||
|
d="M185.884 327.55 146.3 367.133 512.021 732.779 877.7 367.133 838.117 327.55 511.997 653.676Z"
|
||||||
|
p-id="2683"
|
||||||
|
></path>
|
||||||
|
</svg>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<i
|
<i
|
||||||
|
@ -693,6 +711,9 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #000;
|
color: #000;
|
||||||
font-size: 0.16rem;
|
font-size: 0.16rem;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -721,6 +742,9 @@
|
||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
a:hover {
|
||||||
|
color: #0058e1;
|
||||||
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
width: 0.7rem;
|
width: 0.7rem;
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue