提交 822882dd 作者: 毛细亚

style: 优化带教记录组件和卡片高度样式

上级 1ad84452
......@@ -806,7 +806,7 @@
.background-card {
position: relative;
width: 100%;
height: 235px;
height: 100px;
background: #fff;
border: 1.5px solid #e5e7eb;
border-radius: 8px;
......
......@@ -179,7 +179,7 @@
<!-- 带教记录 -->
<div class="item rowFlex columnCenter spaceBetween">
<div class="rowFlex columnCenter">
<span class="label">带教记录:</span>
<span class="label">带教次数:</span>
<el-button
type="text"
style="cursor: pointer;z-index:10;"
......@@ -209,10 +209,10 @@
/>
<!-- 带教记录弹窗 -->
<el-drawer
:show.sync="showMentorRecord"
:visible.sync="showMentorRecord"
v-if="showMentorRecord"
title="带教记录"
size="400px"
size="320px"
:append-to-body="true"
>
<mentorRecord
......
......@@ -2,7 +2,7 @@
* @Author: 金多虾 937667504@qq.com
* @Date: 2025-12-11 11:01:15
* @LastEditors: 金多虾 937667504@qq.com
* @LastEditTime: 2025-12-15 14:32:47
* @LastEditTime: 2025-12-17 18:25:00
* @FilePath: /company_wx_frontend/src/views/works/component/gameInfo/roleInfo/mentorRecord.vue
* @Description: 带教记录组件
-->
......@@ -15,7 +15,6 @@
<!-- 提示信息和添加按钮区域 -->
<div class="mentor-record-page__toolbar">
<p class="mentor-record-page__toolbar-tip">当天添加的备注,第二天才会统计带教次数</p>
<el-button
v-if="teachingList.length < 5"
type="primary"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论