Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
BCDH-APP
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
首开风险隐患双控平台
BCDH-APP
Commits
b4aaba29
Commit
b4aaba29
authored
Oct 22, 2021
by
王李辉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
图标大小和消息的粘性定位
parent
6f943834
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
src/views/messageCenter/index.vue
src/views/messageCenter/index.vue
+1
-1
src/views/saveWorkbench/index.vue
src/views/saveWorkbench/index.vue
+7
-2
No files found.
src/views/messageCenter/index.vue
View file @
b4aaba29
...
...
@@ -15,7 +15,7 @@
title-inactive-colo=
"#d0d1d1"
title-active-color=
"#000000"
sticky
offset-top=
"
50
"
offset-top=
"
1.333333rem
"
>
<van-tab
title=
"消息信息"
name=
"消息信息"
:badge=
"messageNewsNum>0?messageNewsNum : ''"
>
<message-news
@
messageLength=
"getMessageLength"
></message-news>
...
...
src/views/saveWorkbench/index.vue
View file @
b4aaba29
...
...
@@ -10,7 +10,7 @@
<!-- 内容 -->
<div
class=
"con"
>
<!-- 消息中心 -->
<van-cell-group
inset
v-if=
"finalNewsCenterList.length > 0"
>
<
!--
<
van-cell-group
inset
v-if=
"finalNewsCenterList.length > 0"
>
<van-cell
value=
"消息中心"
/>
<van-grid
:column-num=
"5"
>
<van-grid-item
...
...
@@ -21,7 +21,7 @@
@
click=
"myClick(item.text)"
/>
</van-grid>
</van-cell-group>
</van-cell-group>
-->
<!-- 风控分级管控 -->
<van-cell-group
inset
v-if=
"finalRiskList.length > 0"
>
...
...
@@ -275,6 +275,10 @@ export default {
padding-left: 0px;
padding-right: 0px;
}
/deep/ .van-icon__image{
width: auto;
height: 1.2rem;
}
}
.van-cell-group--inset {
margin: 0 10px 10px;
...
...
@@ -285,4 +289,5 @@ export default {
/deep/ [class*="van-hairline"]::after {
border: none;
}
</
style
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment