Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
T
transport-show-h5
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
transport-show-h5
Commits
dceb7c50
提交
dceb7c50
authored
8月 06, 2020
作者:
lihuihui
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修改错题列表为空操作按钮颜色
上级
c41ef047
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
19 行增加
和
6 行删除
+19
-6
answerCard.vue
src/pages/my/answerCard.vue
+1
-0
collectQuestions.vue
src/pages/my/collectQuestions.vue
+6
-2
errorQuestionList.vue
src/pages/my/errorQuestionList.vue
+6
-2
questionsList.vue
src/pages/my/questionsList.vue
+6
-2
没有找到文件。
src/pages/my/answerCard.vue
浏览文件 @
dceb7c50
...
...
@@ -154,6 +154,7 @@ export default {
margin-top
:
.4rem
;
font-size
:
.26rem
;
color
:rgba
(
51
,
51
,
51
,
1
)
;
margin-left
:
.6rem
;
}
.title
{
font-size
:
.3rem
;
...
...
src/pages/my/collectQuestions.vue
浏览文件 @
dceb7c50
...
...
@@ -51,7 +51,7 @@
</div>
<div
class=
"btn-box"
>
<
template
v-if=
"!batchDel.selectShow"
>
<div
class=
"w-btn
"
@
click=
"batchToolShow"
>
批量管理
</div>
<div
:class=
"question.list.length != 0 ? 'w-btn' : 'w-btn col2'
"
@
click=
"batchToolShow"
>
批量管理
</div>
<div
class=
"w-btn col"
>
删除
</div>
</
template
>
<
template
v-else
>
...
...
@@ -187,7 +187,7 @@ export default {
queIds
.
map
(
id
=>
{
const
items
=
this
.
question
.
list
.
find
(
item
=>
{
return
item
.
question_id
===
queId
})
items
.
is_collection
?
this
.
removeColl
(
queIds
,
()
=>
{
Toast
(
'取消
收藏成功
'
)
Toast
(
'取消
收藏
'
)
items
.
is_collection
=
false
})
:
this
.
addColl
(
queIds
,
()
=>
{
Toast
(
'收藏成功'
)
...
...
@@ -327,6 +327,10 @@ export default {
color
:rgba
(
204
,
204
,
204
,
1
)
;
margin-left
:
.7rem
;
}
.w-btn.col2
{
background
:rgba
(
247
,
247
,
247
,
1
)
;
color
:rgba
(
204
,
204
,
204
,
1
)
;
}
}
.top-tab
{
width
:
6
.7rem
;
...
...
src/pages/my/errorQuestionList.vue
浏览文件 @
dceb7c50
...
...
@@ -61,7 +61,7 @@
</div>
<div
class=
"btn-box"
>
<
template
v-if=
"!batchDel.selectShow"
>
<div
class=
"w-btn
"
@
click=
"batchToolShow"
>
批量管理
</div>
<div
:class=
"question.list.length != 0 ? 'w-btn' : 'w-btn col2'
"
@
click=
"batchToolShow"
>
批量管理
</div>
<div
class=
"w-btn col"
>
删除
</div>
</
template
>
<
template
v-else
>
...
...
@@ -206,7 +206,7 @@ export default {
queIds
.
map
(
id
=>
{
const
items
=
this
.
question
.
list
.
find
(
item
=>
{
return
item
.
question_id
===
queId
})
items
.
is_collection
?
this
.
removeColl
(
queIds
,
()
=>
{
Toast
(
'取消
收藏成功
'
)
Toast
(
'取消
收藏
'
)
items
.
is_collection
=
false
})
:
this
.
addColl
(
queIds
,
()
=>
{
Toast
(
'收藏成功'
)
...
...
@@ -346,6 +346,10 @@ export default {
color
:rgba
(
204
,
204
,
204
,
1
)
;
margin-left
:
.7rem
;
}
.w-btn.col2
{
background
:rgba
(
247
,
247
,
247
,
1
)
;
color
:rgba
(
204
,
204
,
204
,
1
)
;
}
}
.top-tab
{
width
:
6
.7rem
;
...
...
src/pages/my/questionsList.vue
浏览文件 @
dceb7c50
...
...
@@ -61,7 +61,7 @@
</div>
<div
class=
"btn-box"
>
<
template
v-if=
"!batchDel.selectShow"
>
<div
class=
"w-btn
"
@
click=
"batchToolShow"
>
批量管理
</div>
<div
:class=
"question.list.length != 0 ? 'w-btn' : 'w-btn col2'
"
@
click=
"batchToolShow"
>
批量管理
</div>
<div
class=
"w-btn col"
>
删除
</div>
</
template
>
<
template
v-else
>
...
...
@@ -207,7 +207,7 @@ export default {
queIds
.
map
(
id
=>
{
const
items
=
this
.
question
.
list
.
find
(
item
=>
{
return
item
.
question_id
===
queId
})
items
.
is_collection
?
this
.
removeColl
(
queIds
,
()
=>
{
Toast
(
'取消
收藏成功
'
)
Toast
(
'取消
收藏
'
)
items
.
is_collection
=
false
})
:
this
.
addColl
(
queIds
,
()
=>
{
Toast
(
'收藏成功'
)
...
...
@@ -347,6 +347,10 @@ export default {
color
:rgba
(
204
,
204
,
204
,
1
)
;
margin-left
:
.7rem
;
}
.w-btn.col2
{
background
:rgba
(
247
,
247
,
247
,
1
)
;
color
:rgba
(
204
,
204
,
204
,
1
)
;
}
}
.top-tab
{
width
:
6
.7rem
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论