Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-admin-IM
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
com.pica.cloud.education.frontend
pica-admin-IM
提交
40cfebfe
提交
40cfebfe
编写于
1月 15, 2019
作者:
杨广俊
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
排序样式调整
上级
7b9c5648
变更
1
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
23 行增加
和
10 行删除
+23
-10
yqy-lecturer-order.vue
src/componentsn/business/yqy-lecturer-order.vue
+23
-10
未找到文件。
src/componentsn/business/yqy-lecturer-order.vue
浏览文件 @
40cfebfe
...
...
@@ -14,10 +14,10 @@
</div>
<div
@
click=
"order(2, 'isNewCourseOrderDown', 'newTime')"
:class=
"
{'active': showOrderIndex === 2}" class="group-title-order-item">
<span
>
时间
</span>
<span
class=
"new-course"
>
时间
</span>
<img
class=
"new-course-default"
src=
"../../images/lecturer/sort-default.png"
v-show=
"showOrderIndex !== 2"
/>
<img
src=
"../../images/lecturer/sort-down.png"
v-show=
"isNewCourseOrderDown && showOrderIndex === 2"
/>
<img
src=
"../../images/lecturer/sort-up.png"
v-show=
"!isNewCourseOrderDown && showOrderIndex === 2"
/>
<img
class=
"new-course-img"
src=
"../../images/lecturer/sort-down.png"
v-show=
"isNewCourseOrderDown && showOrderIndex === 2"
/>
<img
class=
"new-course-img"
src=
"../../images/lecturer/sort-up.png"
v-show=
"!isNewCourseOrderDown && showOrderIndex === 2"
/>
</div>
<div
@
click=
"order(3, 'isResourceNumOrderDown', 'resourceNum')"
:class=
"
{'active': showOrderIndex === 3}" class="group-title-order-item">
...
...
@@ -28,11 +28,11 @@
</div>
<div
@
click=
"order(4, 'isHotOrderDown', 'totalNum')"
:class=
"
{'active': showOrderIndex === 4}" class="group-title-order-item">
<span>
人气
</span>
<span
class=
"hot-degree-title"
>
人气
</span>
<img
class=
"hot-degree default"
src=
"../../images/lecturer/sort-default.png"
v-show=
"showOrderIndex !== 4"
/>
<img
class=
"hot-degree"
src=
"../../images/lecturer/sort-down.png"
v-show=
"isHotOrderDown && showOrderIndex === 4"
/>
<img
class=
"hot-degree"
src=
"../../images/lecturer/sort-up.png"
v-show=
"!isHotOrderDown && showOrderIndex === 4"
/>
</div>
</div>
</article>
</article>
</section>
...
...
@@ -134,20 +134,30 @@ export default {
}
}
.first-name
{
left
:
px2rem
(
76
px
);
left
:
px2rem
(
50
px
);
}
.first-name.default
{
top
:
px2rem
(
6px
);
left
:
px2rem
(
78
px
);
left
:
px2rem
(
52
px
);
height
:
px2rem
(
10px
);
width
:
px2rem
(
10px
);
}
.new-course
{
left
:
px2rem
(
50px
);
margin-left
:
px2rem
(
8px
);
}
.new-course-default
{
top
:
px2rem
(
6px
);
left
:
px2rem
(
65
px
);
left
:
px2rem
(
48
px
);
height
:
px2rem
(
10px
);
width
:
px2rem
(
10px
);
}
.new-course-img
{
top
:
px2rem
(
4px
);
left
:
px2rem
(
46px
);
height
:
px2rem
(
15px
);
width
:
px2rem
(
15px
);
}
.course-num
{
left
:
px2rem
(
50px
);
}
...
...
@@ -158,11 +168,14 @@ export default {
width
:
px2rem
(
10px
);
}
.hot-degree
{
left
:
px2rem
(
37px
);
left
:
px2rem
(
45px
);
}
.hot-degree-title
{
margin-left
:
px2rem
(
8px
);
}
.hot-degree.default
{
top
:
px2rem
(
6px
);
left
:
px2rem
(
39
px
);
left
:
px2rem
(
47
px
);
height
:
px2rem
(
10px
);
width
:
px2rem
(
10px
);
}
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录