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
提交
d28bf4ed
提交
d28bf4ed
编写于
12月 10, 2018
作者:
杨广俊
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
组件
上级
e4f9a851
变更
4
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
40 行增加
和
10 行删除
+40
-10
.DS_Store
.DS_Store
+0
-0
settings.json
.vscode/settings.json
+3
-0
group-title.vue
src/components/business/group-title.vue
+14
-4
no-more-item.vue
src/components/business/no-more-item.vue
+23
-6
未找到文件。
.DS_Store
浏览文件 @
d28bf4ed
无法预览此类型文件
.vscode/settings.json
0 → 100644
浏览文件 @
d28bf4ed
{
"editor.fontSize"
:
18
}
\ No newline at end of file
src/components/business/group-title.vue
浏览文件 @
d28bf4ed
<
template
>
<section>
<span
>
{{
groupTitle
}}
(
{{
groupNum
}}
)
</span>
<section
class=
"group-title"
>
<span
class=
"group-title-name"
>
{{
groupTitle
}}
(
{{
groupNum
}}
)
</span>
</section>
</
template
>
<
script
>
...
...
@@ -25,6 +25,16 @@ export default {
<
style
lang=
"scss"
scoped
>
@import
'../../style/mixin.scss'
;
// @import '../../style/global.scss';
.group-title
{
margin-left
:
px2rem
(
15px
);
display
:
flex
;
flex-direction
:
row
;
span
{
// display: flex;
padding
:
px2rem
(
20px
)
0
px2rem
(
15px
);
font-size
:
px2rem
(
18px
);
font-weight
:
500
;
color
:
#28344C
;
}
}
</
style
>
src/components/business/no-more-item.vue
浏览文件 @
d28bf4ed
<
template
>
<section>
<span
>
-
</span>
<span>
{{
noMoreText
}}
</span>
<span
>
-
</span>
<section
class=
"no-more"
>
<span
class=
"no-more-sub"
>
</span>
<span
class=
"no-more-text"
>
{{
noMoreText
}}
</span>
<span
class=
"no-more-sub"
>
</span>
</section>
</
template
>
<
script
>
...
...
@@ -17,6 +17,23 @@ export default {
<
style
lang=
"scss"
scoped
>
@import
'../../style/mixin.scss'
;
// @import '../../style/global.scss';
.no-more
{
display
:
flex
;
height
:
px2rem
(
41px
);
flex-direction
:
row
;
justify-content
:
center
;
align-items
:
center
;
background
:rgba
(
248
,
248
,
248
,
1
)
;
&
-sub
{
width
:
px2rem
(
13px
);
// height: px2rem(26px);
border
:
px2rem
(
1px
)
solid
rgba
(
200
,
200
,
200
,
1
);
border-top
:
0
;
}
&
-text
{
padding
:
0
px2rem
(
4px
);
font-size
:
px2rem
(
11px
);
color
:
#B3B3B3
;
}
}
</
style
>
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录