Compare commits
2 Commits
69b0e17a85
...
e4fc85a861
Author | SHA1 | Date |
---|---|---|
a0049873 | e4fc85a861 | |
a0049873 | e5d600867f |
|
@ -75,21 +75,39 @@
|
|||
<div class="mynotice" v-show="mynoticeFlag">
|
||||
<a-list item-layout="horizontal" :data-source="mynoticeData">
|
||||
<template #renderItem="{ item }">
|
||||
<a-tooltip placement="left">
|
||||
<!-- <a-tooltip placement="left">
|
||||
<template #title>
|
||||
<span>{{ item.content }}</span>
|
||||
</template>
|
||||
<a-list-item>
|
||||
<a-list-item-meta :description="item.senderDate">
|
||||
<template #title>
|
||||
<a>{{ item.content }}</a>
|
||||
</template>
|
||||
</a-list-item-meta>
|
||||
</a-list-item>
|
||||
</a-tooltip>
|
||||
|
||||
</a-tooltip> -->
|
||||
<a-list-item>
|
||||
<a-list-item-meta :description="item.senderDate">
|
||||
<template #title>
|
||||
<a>{{ item.content }}</a>
|
||||
</template>
|
||||
</a-list-item-meta>
|
||||
</a-list-item>
|
||||
</template>
|
||||
</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 class="info">
|
||||
<i
|
||||
|
@ -706,6 +724,9 @@
|
|||
text-align: center;
|
||||
color: #000;
|
||||
font-size: 0.16rem;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -734,6 +755,9 @@
|
|||
-webkit-box-orient: vertical;
|
||||
cursor: default;
|
||||
}
|
||||
a:hover {
|
||||
color: #0058e1;
|
||||
}
|
||||
|
||||
button {
|
||||
width: 0.7rem;
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue