提交 f7c1c35d 作者: 毛细亚

🐞 fix: 调整近期登录按钮样式和账号信息布局

上级 77a9f177
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: maoxiya 937667504@qq.com * @Author: maoxiya 937667504@qq.com
* @Date: 2025-09-22 18:18:27 * @Date: 2025-09-22 18:18:27
* @LastEditors: maoxiya 937667504@qq.com * @LastEditors: maoxiya 937667504@qq.com
* @LastEditTime: 2025-09-22 19:20:09 * @LastEditTime: 2025-09-23 15:09:17
* @FilePath: /company_wx_frontend/src/views/works/component/gameInfo/lastLogin.vue * @FilePath: /company_wx_frontend/src/views/works/component/gameInfo/lastLogin.vue
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
--> -->
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<div v-else> <div v-else>
暂无最近登录 暂无最近登录
</div> </div>
<el-button slot="reference" @click="lastLogin" type="text">近期登录</el-button> <el-button style="padding:0;margin-left:5px;" slot="reference" @click="lastLogin" type="text">近期登录</el-button>
</el-popover> </el-popover>
</div> </div>
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
<div class="item rowFlex columnCenter spaceBetween"> <div class="item rowFlex columnCenter spaceBetween">
<div class="rowFlex"> <div class="rowFlex">
<span class="label" style="min-width:40px;">账号:</span> <span class="label" style="min-width:40px;">账号:</span>
<p class="text">{{ gameUserInfo.username }} <span v-if="gameUserInfo.account_type==2" class="account_type">(内) 勿回,找组长!!!</span> <LastLogin/> </p> <p class="text rowFlex flexWarp">{{ gameUserInfo.username }} <span v-if="gameUserInfo.account_type==2" class="account_type">(内) 勿回,找组长!!!</span> <LastLogin/> </p>
</div> </div>
</div> </div>
<!-- 营销面板 --> <!-- 营销面板 -->
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论