Skip to content

Commit

Permalink
【v3.4.0】 1、【新增】页面全局圆角可配置化;2、【优化】首页心灵鸡汤语录;3、【优化】底部公司信息写法;
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuoda committed May 5, 2024
1 parent 4ca0d6e commit 8fdcf13
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
<div class="user-header">
<a-page-header :title="welcomeSentence">
<template #subTitle>
<span style="color: #666; margin-left: 20px;">所属部门:{{ departmentName }} </span>
<span style="color: #666; margin-left: 20px">所属部门:{{ departmentName }} </span>
</template>
<template #extra>
<p style="color: #333">{{ dayInfo }}</p>
</template>
<a-row class="content">
<span class="left-content">
<p class="last-login-info"><AlertOutlined />{{ lastLoginInfo }}</p>
<a class="sentence" href="https://sentence.1024lab.net/" target="_blank"> <smile-outlined spin /> {{ heartSentence }} </a>
<a class="sentence" href="https://zhuoda.vip/soup" target="_blank"> <smile-outlined spin /> {{ heartSentence }} </a>
</span>
<div class="weather">
<iframe
Expand Down

0 comments on commit 8fdcf13

Please sign in to comment.