Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
company_app
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
毛细亚
company_app
Commits
65763e61
提交
65763e61
authored
12月 17, 2025
作者:
毛细亚
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
更新样式
上级
46edc9c9
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
34 行增加
和
13 行删除
+34
-13
uncheck.svg
src/assets/icon/svg/uncheck.svg
+2
-0
SendTransWxGame.vue
...ews/components/quickSendGame/sendGame/SendTransWxGame.vue
+32
-13
没有找到文件。
src/assets/icon/svg/uncheck.svg
0 → 100644
浏览文件 @
65763e61
<svg
t=
"1765950660083"
class=
"icon"
viewBox=
"0 0 1024 1024"
version=
"1.1"
xmlns=
"http://www.w3.org/2000/svg"
p-id=
"5445"
width=
"200"
height=
"200"
><path
d=
"M512 938.666667C276.362667 938.666667 85.333333 747.637333 85.333333 512S276.362667 85.333333 512 85.333333s426.666667 191.029333 426.666667 426.666667-191.029333 426.666667-426.666667 426.666667z m0-64c200.298667 0 362.666667-162.368 362.666667-362.666667S712.298667 149.333333 512 149.333333 149.333333 311.701333 149.333333 512s162.368 362.666667 362.666667 362.666667z"
p-id=
"5446"
></path></svg>
\ No newline at end of file
src/views/components/quickSendGame/sendGame/SendTransWxGame.vue
浏览文件 @
65763e61
...
...
@@ -3,10 +3,11 @@
<el-drawer
title=
"选择游戏"
:visible=
"show"
size=
"4
0
0px"
size=
"4
2
0px"
append-to-body
@
close=
"close"
>
<div
class=
"sendTransWxGame"
>
<el-form
ref=
"wxGameForm"
:model=
"wxGameForm"
:rules=
"wxGameRules"
label-position=
"top"
class=
"game-select-container"
>
<!-- 微信小游戏 -->
<el-form-item
label=
""
>
...
...
@@ -46,7 +47,7 @@
</el-select>
</el-form-item>
<!-- 选择背景图 新增背景图的选项 -->
<el-form-item
v-if=
"backgroundImgsList.length > 0"
label=
""
>
<el-form-item
v-if=
"backgroundImgsList.length > 0"
label=
""
style=
"margin-bottom: 100px;"
>
<
template
slot=
"label"
>
<p
class=
"formLabel"
>
<span
class=
"required-mark"
>
*
</span>
...
...
@@ -79,9 +80,10 @@
alt=
"二维码"
>
</div>
<!-- 左上角小眼睛图标 -->
<div
class=
"eye-icon"
@
click
.
stop=
"showPreview(item, index)"
>
<i
class=
"el-icon-view"
></i>
<!-- 右上角选中/未选中图标 -->
<div
class=
"status-icon"
>
<i
v-if=
"wxGameForm.selectedBackgroundIndex === index"
class=
"el-icon-circle-check status-icon-checked"
></i>
<svg-icon
v-else
icon-class=
"uncheck"
class=
"status-icon-unchecked"
></svg-icon>
</div>
</div>
</el-radio>
...
...
@@ -152,6 +154,7 @@
<el-button
@
click=
"previewVisible = false"
>
关闭
</el-button>
</span>
</el-drawer>
</div>
</el-drawer>
</template>
...
...
@@ -711,6 +714,12 @@
font-size
:
16px
;
font-weight
:
500
;
}
.sendTransWxGame
{
width
:
100%
;
height
:
100%
;
overflow
:
auto
;
padding-bottom
:
50px
;
}
.dialog-footer
{
width
:
calc
(
100%
);
height
:
auto
;
...
...
@@ -865,42 +874,52 @@
top
:
6.5px
;
width
:
16px
;
height
:
16px
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
z-index
:
10
;
.status-icon-checked
{
font-size
:
14px
;
color
:
#00bf8a
;
width
:
14px
;
height
:
14px
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
}
.status-icon-unchecked
{
font-size
:
14px
;
color
:
#909399
;
color
:
#b1b2b4
;
width
:
14px
;
height
:
14px
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
}
}
.preview-dialog
{
right
:
400px
;
right
:
420px
;
height
:
auto
;
background
:
none
;
}
.preview-content
{
width
:
100%
;
height
:
100%
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
min-height
:
400px
;
padding
:
0
20px
;
}
.preview-wrapper
{
position
:
relative
;
display
:
inline-block
;
max-
width
:
100%
;
width
:
100%
;
}
.preview-background
{
max-
width
:
100%
;
width
:
100%
;
max-height
:
70vh
;
object-fit
:
contain
;
display
:
block
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论