Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-annual-summary
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
com.pica.cloud.education.frontend
pica-annual-summary
提交
dca6c8ef
提交
dca6c8ef
编写于
12月 27, 2019
作者:
huangwensu
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
详情页目录样式修改
上级
f5e00707
变更
3
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
11 行增加
和
11 行删除
+11
-11
cell-list-detail.vue
src/components/business/cell-list-detail.vue
+4
-3
global.scss
src/style/global.scss
+3
-3
merge-detail.vue
src/views/merge-detail.vue
+4
-5
未找到文件。
src/components/business/cell-list-detail.vue
浏览文件 @
dca6c8ef
...
...
@@ -61,9 +61,10 @@
</van-collapse-item>
</van-collapse>
<!--
<Toast
ref=
"toastTitle"
></Toast>
-->
<
div
v-if=
"index+1
<
projectComponent
.
length
"
class=
"line-component"
></div
>
<
!--
<div
v-if=
"index+1
<
projectComponent
.
length
"
class=
"line-component"
></div>
--
>
</div>
<NoMoreContent
v-if=
"detailNum > 9"
/>
<!--
<NoMoreContent
v-if=
"detailNum > 9"
/>
-->
<NoMoreContent
/>
<div
v-if=
"detailNum
<
=
9
"
class=
"no-more-bottom"
></div>
<van-dialog
v-model=
"dialogState"
...
...
@@ -107,7 +108,7 @@ export default {
return
{
appVersion
:
"200"
,
hocImg
:
require
(
"../../images/has-owner-cert.png"
),
activeNames
:
[],
activeNames
:
[
1
],
dialogState
:
false
,
projectId
:
1
};
...
...
src/style/global.scss
浏览文件 @
dca6c8ef
...
...
@@ -95,9 +95,9 @@
.van-field__control
{
text-align
:
right
!
important
;
}
.
van-hairline--top-bottom
:
:
after
,
.
van-hairline-unset--top-bottom
::
after
{
border-width
:
px2rem
(
1px
)
0
!
important
;
}
//
.van-hairline--top-bottom::after, .van-hairline-unset--top-bottom::after {
//
border-width: px2rem(1px) 0 !important;
//
}
// .van-hairline, .van-hairline--surround, .van-hairline--top, .van-hairline--top-bottom {
// position: inherit !important;
// }
...
...
src/views/merge-detail.vue
浏览文件 @
dca6c8ef
...
...
@@ -240,8 +240,7 @@ export default {
});
},
scrollFun
()
{
let
scrollTop
=
document
.
body
.
scrollTop
||
document
.
documentElement
.
scrollTop
;
let
scrollTop
=
document
.
body
.
scrollTop
||
document
.
documentElement
.
scrollTop
;
const
catalogue
=
document
.
getElementById
(
"catalogue-content"
);
const
h
=
catalogue
.
offsetTop
-
600
;
if
(
scrollTop
>
20
)
{
...
...
@@ -288,7 +287,7 @@ export default {
let
param
=
{
id
:
_this
.
projectId
,
creditId
:
_this
.
project
.
creditId
||
1
,
token
:
_this
.
userInfo
.
userToken
||
"
AAA613F74B7A4746AEE8354458FF4896
"
,
token
:
_this
.
userInfo
.
userToken
||
"
DA2A4E43343E47DEB4C4B708288D02D4
"
,
setEntry
:
true
};
_this
.
NEW_POST
(
"cme/credit/applyCheck"
,
param
).
then
(
res
=>
{
...
...
@@ -309,7 +308,7 @@ export default {
let
param
=
{
id
:
_this
.
projectId
,
creditId
:
_this
.
project
.
creditId
||
1
,
token
:
_this
.
userInfo
.
userToken
||
"
FA4BB8D91DA442119C517C40A0536583
"
,
token
:
_this
.
userInfo
.
userToken
||
"
DA2A4E43343E47DEB4C4B708288D02D4
"
,
setEntry
:
true
};
_this
.
NEW_POST
(
"cme/credit/applyCheck"
,
param
).
then
(
res
=>
{
...
...
@@ -365,7 +364,7 @@ export default {
getProjectParticularsV2
()
{
let
_this
=
this
;
let
param
=
{
token
:
_this
.
userInfo
.
userToken
||
"
FA4BB8D91DA442119C517C40A0536583
"
,
token
:
_this
.
userInfo
.
userToken
||
"
DA2A4E43343E47DEB4C4B708288D02D4
"
,
setEntry
:
true
};
// _this.showLoading = true;
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录