Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica.cloud.web-education-admin
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
提交
议题看板
打开侧边栏
jingqi.liu
pica.cloud.web-education-admin
提交
f402a98d
提交
f402a98d
编写于
12月 04, 2018
作者:
gjyang
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
默认图片问题
上级
9daf8369
变更
4
显示空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
20 行增加
和
5 行删除
+20
-5
yqy-adjust.vue
src/components/business-new/yqy-adjust.vue
+3
-0
yqy-category-three-1.vue
src/components/business-new/yqy-category-three-1.vue
+3
-0
yqy-home-banner.vue
src/components/business-new/yqy-home-banner.vue
+13
-5
main.js
src/main.js
+1
-0
未找到文件。
src/components/business-new/yqy-adjust.vue
浏览文件 @
f402a98d
...
@@ -290,6 +290,9 @@ export default {
...
@@ -290,6 +290,9 @@ export default {
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
@import
'../../style/mixin.scss'
;
@import
'../../style/mixin.scss'
;
@import
'../../style/global.scss'
;
@import
'../../style/global.scss'
;
img
{
@include
bis
(
'../../images/evaluatBg.png'
);
}
.ellipsis
{
.ellipsis
{
overflow
:
hidden
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
text-overflow
:
ellipsis
;
...
...
src/components/business-new/yqy-category-three-1.vue
浏览文件 @
f402a98d
...
@@ -85,6 +85,9 @@ export default {
...
@@ -85,6 +85,9 @@ export default {
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
@import
'../../style/mixin.scss'
;
@import
'../../style/mixin.scss'
;
@import
'../../style/global.scss'
;
@import
'../../style/global.scss'
;
img
{
@include
bis
(
'../../images/evaluatBg.png'
);
}
.title
{
.title
{
font-size
:
px2rem
(
18px
);
font-size
:
px2rem
(
18px
);
font-weight
:
bold
;
font-weight
:
bold
;
...
...
src/components/business-new/yqy-home-banner.vue
浏览文件 @
f402a98d
...
@@ -21,15 +21,20 @@ export default {
...
@@ -21,15 +21,20 @@ export default {
data
(){
data
(){
return
{
return
{
list
:[{
list
:[{
"imageUrl"
:
require
(
'../../images/change.png'
)
"imageUrl"
:
require
(
'../../images/change.png'
),
"name"
:
"微专业"
},{
},{
"imageUrl"
:
require
(
'../../images/change.png'
)
"imageUrl"
:
require
(
'../../images/change.png'
),
"name"
:
"名师讲堂"
},{
},{
"imageUrl"
:
require
(
'../../images/change.png'
)
"imageUrl"
:
require
(
'../../images/change.png'
),
"name"
:
"患者教育"
},{
},{
"imageUrl"
:
require
(
'../../images/change.png'
)
"imageUrl"
:
require
(
'../../images/change.png'
),
"name"
:
"专项合作"
},{
},{
"imageUrl"
:
require
(
'../../images/change.png'
)
"imageUrl"
:
require
(
'../../images/change.png'
),
"name"
:
"活动掠影"
}],
}],
}
}
},
},
...
@@ -130,6 +135,9 @@ export default {
...
@@ -130,6 +135,9 @@ export default {
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
@import
'../../style/mixin.scss'
;
@import
'../../style/mixin.scss'
;
@import
'../../style/global.scss'
;
@import
'../../style/global.scss'
;
// img {
// @include bis('../../images/evaluatBg.png');
// }
html
,
body
{
html
,
body
{
width
:
px2rem
(
375px
);
width
:
px2rem
(
375px
);
height
:
px2rem
(
100%
);
height
:
px2rem
(
100%
);
...
...
src/main.js
浏览文件 @
f402a98d
...
@@ -19,6 +19,7 @@ Vue.use(VueLazyload, {
...
@@ -19,6 +19,7 @@ Vue.use(VueLazyload, {
// loading: 'http://pica-pro.oss-cn-shanghai.aliyuncs.com/h5/app_home/2018/12/5-121204193935-51.gif',
// loading: 'http://pica-pro.oss-cn-shanghai.aliyuncs.com/h5/app_home/2018/12/5-121204193935-51.gif',
// loading: 'images/change.png',
// loading: 'images/change.png',
// error: 'https://file.yunqueyi.com/File/course_doctor/2018-11/20/web_454.png',
// error: 'https://file.yunqueyi.com/File/course_doctor/2018-11/20/web_454.png',
error
:
require
(
'./images/evaluatBg.png'
),
attempt
:
1
attempt
:
1
// lazyComponent: true
// lazyComponent: true
})
})
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录