|
|
@@ -29,29 +29,33 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="user">
|
|
|
- <div class="AIBot" v-if="false">
|
|
|
+ <div class="AIBot hand" v-if="false">
|
|
|
<img src="@/assets/images/newIndex/bot.png" alt="">
|
|
|
<span>智聚AI</span>
|
|
|
</div>
|
|
|
<img
|
|
|
src="@/assets/images/newIndex/p2w.png"
|
|
|
@click="openTab('Pdf转Word', '/pdf2word')"
|
|
|
+ class="hand"
|
|
|
alt=""
|
|
|
/>
|
|
|
<img
|
|
|
src="@/assets/images/newIndex/OCR.png"
|
|
|
@click="openTab('文字识别', '/identifyFont')"
|
|
|
+ class="hand"
|
|
|
alt=""
|
|
|
/>
|
|
|
<img
|
|
|
src="@/assets/images/newIndex/clock.png"
|
|
|
@click="openTab('会话消息', '/chat')"
|
|
|
+ class="hand"
|
|
|
alt=""
|
|
|
/>
|
|
|
<img
|
|
|
v-if="hasRole"
|
|
|
src="@/assets/images/newIndex/setting.png"
|
|
|
@click="openTab('系统管理', systemPath.path)"
|
|
|
+ class="hand"
|
|
|
alt=""
|
|
|
/>
|
|
|
<div class="userInfo" @click="changeShowMenu">
|
|
|
@@ -382,17 +386,17 @@ onMounted(() => {
|
|
|
margin-right: 12px;
|
|
|
}
|
|
|
.userInfo {
|
|
|
- width: 104px;
|
|
|
+ width: 134px;
|
|
|
height: 44px;
|
|
|
border-radius: 51px;
|
|
|
cursor: pointer;
|
|
|
border: 1px solid #edf0fa;
|
|
|
color: #fff;
|
|
|
font-size: 16px;
|
|
|
- padding: 0 14px;
|
|
|
+ padding: 0 10px;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
- justify-content: space-around;
|
|
|
+ justify-content: space-between;
|
|
|
.upArrow {
|
|
|
transform: rotate(180deg);
|
|
|
}
|
|
|
@@ -447,5 +451,8 @@ onMounted(() => {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
}
|
|
|
+.hand{
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
// 底部标签样式
|
|
|
</style>
|