Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
enterprise-serevice-platform-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
张伯涛
enterprise-serevice-platform-web
Commits
aaeb57cd
Commit
aaeb57cd
authored
Oct 19, 2022
by
杨硕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
我的申报ui优化
parent
613c81be
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
45 additions
and
4 deletions
+45
-4
messageCenter.vue
src/views/personalCenter/components/messageCenter.vue
+30
-4
myDeclaration.vue
src/views/personalCenter/components/myDeclaration.vue
+15
-0
No files found.
src/views/personalCenter/components/messageCenter.vue
View file @
aaeb57cd
...
...
@@ -27,21 +27,21 @@
size=
"mini"
type=
"primary"
@
click=
"handleCheckDetails(scope.row)"
>
查看
</el-button>
>
<span
class=
"button-primary-title"
>
查看
</span>
</el-button>
<el-button
v-if=
"scope.row.readFlag === '未读'"
class=
"button-warning"
size=
"mini"
type=
"warning"
@
click=
"handleSignRead(scope.row)"
><span
style=
"margin-left: -6px"
>
标记
为已读
</span></el-button>
><span
class=
"button-primary-title"
>
标
为已读
</span></el-button>
<el-button
v-if=
"scope.row.readFlag === '已读'"
class=
"button-danger"
size=
"mini"
type=
"danger"
@
click=
"handleDel(scope.row)"
>
删除
</el-button>
>
<span
class=
"button-primary-title"
>
删除
</span>
</el-button>
</
template
>
</el-table-column>
</el-table>
...
...
@@ -60,8 +60,10 @@
<
script
>
import
{
getMessageList
,
updateMessage
}
from
'@/views/personalCenter/apis'
import
ScrollPane
from
"@/layout/components/TagsView/ScrollPane"
;
export
default
{
name
:
'MessageCenter'
,
components
:
{
ScrollPane
},
data
()
{
return
{
loading
:
false
,
...
...
@@ -214,6 +216,7 @@ export default {
background
:
#1A78E5
;
border-color
:
#1A78E5
;
opacity
:
1
;
border-radius
:
3px
;
}
.button-danger
{
width
:
78px
;
...
...
@@ -226,11 +229,34 @@ export default {
width
:
78px
;
height
:
30px
;
background-color
:
#F18F18
;
border-color
:
#F18F18
border-color
:
#F18F18
;
padding
:
0px
;
}
.table
{
width
:
1066px
;
margin-bottom
:
28px
;
}
.button-primary-title
{
font-size
:
15px
;
font-family
:
Source
Han
Sans
CN-Regular
,
Source
Han
Sans
CN
;
font-weight
:
400
;
color
:
#FFFFFF
;
-webkit-background-clip
:
text
;
}
::v-deep
.el-table
th
.cell
{
font-size
:
17px
;
padding-left
:
10px
;
display
:
-
webkit-box
;
display
:
-
ms-flexbox
;
display
:
flex
;
height
:
31px
;
-webkit-box-pack
:
start
;
-ms-flex-pack
:
start
;
justify-content
:
flex-start
;
-webkit-box-align
:
center
;
-ms-flex-align
:
center
;
align-items
:
center
;
color
:
#333333
;
}
}
</
style
>
src/views/personalCenter/components/myDeclaration.vue
View file @
aaeb57cd
...
...
@@ -135,5 +135,20 @@ export default {
color
:
#1A78E5
;
-webkit-background-clip
:
text
;
}
::v-deep
.el-table
th
.cell
{
font-size
:
17px
;
padding-left
:
10px
;
display
:
-
webkit-box
;
display
:
-
ms-flexbox
;
display
:
flex
;
height
:
31px
;
-webkit-box-pack
:
start
;
-ms-flex-pack
:
start
;
justify-content
:
flex-start
;
-webkit-box-align
:
center
;
-ms-flex-align
:
center
;
align-items
:
center
;
color
:
#333333
;
}
}
</
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