Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
company_app
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
毛细亚
company_app
Commits
822882dd
提交
822882dd
authored
12月 17, 2025
作者:
毛细亚
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
style: 优化带教记录组件和卡片高度样式
上级
1ad84452
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
6 行增加
和
7 行删除
+6
-7
SendTransWxGame.vue
...ews/components/quickSendGame/sendGame/SendTransWxGame.vue
+1
-1
roleInfoPanel.vue
src/views/components/roleInfo/roleInfoPanel.vue
+4
-4
mentorRecord.vue
src/views/userInfo/components/gameInfo/mentorRecord.vue
+1
-2
没有找到文件。
src/views/components/quickSendGame/sendGame/SendTransWxGame.vue
浏览文件 @
822882dd
...
@@ -806,7 +806,7 @@
...
@@ -806,7 +806,7 @@
.background-card
{
.background-card
{
position
:
relative
;
position
:
relative
;
width
:
100%
;
width
:
100%
;
height
:
235
px
;
height
:
100
px
;
background
:
#fff
;
background
:
#fff
;
border
:
1.5px
solid
#e5e7eb
;
border
:
1.5px
solid
#e5e7eb
;
border-radius
:
8px
;
border-radius
:
8px
;
...
...
src/views/components/roleInfo/roleInfoPanel.vue
浏览文件 @
822882dd
...
@@ -179,7 +179,7 @@
...
@@ -179,7 +179,7 @@
<!-- 带教记录 -->
<!-- 带教记录 -->
<div
class=
"item rowFlex columnCenter spaceBetween"
>
<div
class=
"item rowFlex columnCenter spaceBetween"
>
<div
class=
"rowFlex columnCenter"
>
<div
class=
"rowFlex columnCenter"
>
<span
class=
"label"
>
带教
记录
:
</span>
<span
class=
"label"
>
带教
次数
:
</span>
<el-button
<el-button
type=
"text"
type=
"text"
style=
"cursor: pointer;z-index:10;"
style=
"cursor: pointer;z-index:10;"
...
@@ -209,10 +209,10 @@
...
@@ -209,10 +209,10 @@
/>
/>
<!-- 带教记录弹窗 -->
<!-- 带教记录弹窗 -->
<el-drawer
<el-drawer
:
show
.
sync=
"showMentorRecord"
:
visible
.
sync=
"showMentorRecord"
v-if=
"showMentorRecord"
v-if=
"showMentorRecord"
title=
"带教记录"
title=
"带教记录"
size=
"
40
0px"
size=
"
32
0px"
:append-to-body=
"true"
:append-to-body=
"true"
>
>
<mentorRecord
<mentorRecord
...
...
src/views/userInfo/components/gameInfo/mentorRecord.vue
浏览文件 @
822882dd
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Author: 金多虾 937667504@qq.com
* @Author: 金多虾 937667504@qq.com
* @Date: 2025-12-11 11:01:15
* @Date: 2025-12-11 11:01:15
* @LastEditors: 金多虾 937667504@qq.com
* @LastEditors: 金多虾 937667504@qq.com
* @LastEditTime: 2025-12-1
5 14:32:47
* @LastEditTime: 2025-12-1
7 18:25:00
* @FilePath: /company_wx_frontend/src/views/works/component/gameInfo/roleInfo/mentorRecord.vue
* @FilePath: /company_wx_frontend/src/views/works/component/gameInfo/roleInfo/mentorRecord.vue
* @Description: 带教记录组件
* @Description: 带教记录组件
-->
-->
...
@@ -15,7 +15,6 @@
...
@@ -15,7 +15,6 @@
<!-- 提示信息和添加按钮区域 -->
<!-- 提示信息和添加按钮区域 -->
<div
class=
"mentor-record-page__toolbar"
>
<div
class=
"mentor-record-page__toolbar"
>
<p
class=
"mentor-record-page__toolbar-tip"
>
当天添加的备注,第二天才会统计带教次数
</p>
<el-button
<el-button
v-if=
"teachingList.length
<
5
"
v-if=
"teachingList.length
<
5
"
type=
"primary"
type=
"primary"
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论