We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06a5352 commit 40299b2Copy full SHA for 40299b2
src/views/dashboard/workplace/components/banner.vue
@@ -29,7 +29,10 @@
29
<div>
30
<a-collapse :default-active-key="state.activeKey" accordion @change="changeMainActive">
31
<a-collapse-item header="帮我完成问卷!谢谢!" :key="0">
32
- <img loading="lazy" class="tencent" style="margin-bottom: 10px;" width="300px" src="/poster.png" />
+ <a-space direction="vertical">
33
+ <t-link theme="primary" href="https://wj.qq.com/s2/25291398/27c9/" target="_blank">https://wj.qq.com/s2/25291398/27c9/</t-link>
34
+ <img loading="lazy" class="tencent" style="margin-bottom: 10px;" width="300px" src="/poster.png" />
35
+ </a-space>
36
</a-collapse-item>
37
<a-collapse-item header="广告区" :key="1">
38
<a-space>
0 commit comments