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
de17e33f
Commit
de17e33f
authored
Oct 31, 2022
by
杨硕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
我的申报ui优化
parent
23d140d2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
31 additions
and
21 deletions
+31
-21
messageCenter.vue
src/views/personalCenter/components/messageCenter.vue
+18
-6
myDeclaration.vue
src/views/personalCenter/components/myDeclaration.vue
+3
-4
messageDetails.vue
src/views/personalCenter/messageDetails.vue
+9
-9
vue.config.js
vue.config.js
+1
-2
No files found.
src/views/personalCenter/components/messageCenter.vue
View file @
de17e33f
...
@@ -11,6 +11,7 @@
...
@@ -11,6 +11,7 @@
>
{{
menu
.
name
}}
</li>
>
{{
menu
.
name
}}
</li>
</ul>
</ul>
</div>
</div>
<el-divider
class=
"divider"
/>
<div
class=
"body"
>
<div
class=
"body"
>
<el-table
v-loading=
"loading"
:data=
"dataList"
class=
"table"
>
<el-table
v-loading=
"loading"
:data=
"dataList"
class=
"table"
>
<el-table-column
type=
"index"
label=
"#"
width=
"50"
/>
<el-table-column
type=
"index"
label=
"#"
width=
"50"
/>
...
@@ -201,15 +202,16 @@ export default {
...
@@ -201,15 +202,16 @@ export default {
display
:
flex
;
display
:
flex
;
justify-content
:
space-between
;
justify-content
:
space-between
;
align-items
:
center
;
align-items
:
center
;
border-bottom
:
1px
solid
#EBEBEB
;
//
border-bottom: 1px solid #EBEBEB;
.title
{
.title
{
font-size
:
17px
;
font-size
:
17px
;
font-family
:
Source
Han
Sans
CN-Bold
,
Source
Han
Sans
CN
;
//
font-family: Source Han Sans CN-Bold, Source Han Sans CN;
font-weight
:
bold
;
font-weight
:
bold
;
color
:
#333333
;
color
:
#333333
;
-webkit-background-clip
:
text
;
-webkit-background-clip
:
text
;
margin-right
:
250px
;
margin-right
:
250px
;
padding-bottom
:
16px
;
padding-bottom
:
16px
;
height
:
36px
;
}
}
.mes-menu
{
.mes-menu
{
overflow
:
hidden
;
overflow
:
hidden
;
...
@@ -219,6 +221,7 @@ export default {
...
@@ -219,6 +221,7 @@ export default {
justify-content
:
flex-start
;
justify-content
:
flex-start
;
margin-top
:
0px
;
margin-top
:
0px
;
margin-bottom
:
0px
;
margin-bottom
:
0px
;
height
:
36px
;
.mes-menu-item
{
.mes-menu-item
{
font-size
:
15px
;
font-size
:
15px
;
color
:
#333333
;
color
:
#333333
;
...
@@ -250,6 +253,7 @@ export default {
...
@@ -250,6 +253,7 @@ export default {
height
:
auto
;
height
:
auto
;
text-align
:
left
;
text-align
:
left
;
line-height
:
54px
;
line-height
:
54px
;
color
:
#333333
;
//overflow : hidden;
//overflow : hidden;
//text-overflow: ellipsis;
//text-overflow: ellipsis;
//display: -webkit-box;
//display: -webkit-box;
...
@@ -258,7 +262,7 @@ export default {
...
@@ -258,7 +262,7 @@ export default {
}
}
.table-title
{
.table-title
{
cursor
:
pointer
;
cursor
:
pointer
;
font-family
:
Source
Han
Sans
CN-Regular
,
Source
Han
Sans
CN
;
//
font-family: Source Han Sans CN-Regular, Source Han Sans CN;
font-weight
:
400
;
font-weight
:
400
;
color
:
#333333
;
color
:
#333333
;
display
:
-
webkit-box
;
display
:
-
webkit-box
;
...
@@ -281,7 +285,7 @@ export default {
...
@@ -281,7 +285,7 @@ export default {
background
:
#1A78E5
;
background
:
#1A78E5
;
border-color
:
#1A78E5
;
border-color
:
#1A78E5
;
opacity
:
1
;
opacity
:
1
;
border-radius
:
3
px
;
border-radius
:
6
px
;
}
}
.button-danger
{
.button-danger
{
width
:
78px
;
width
:
78px
;
...
@@ -289,6 +293,7 @@ export default {
...
@@ -289,6 +293,7 @@ export default {
background
:
#D53F2A
;
background
:
#D53F2A
;
border-color
:
#D53F2A
;
border-color
:
#D53F2A
;
opacity
:
1
;
opacity
:
1
;
border-radius
:
6px
;
}
}
.button-warning
{
.button-warning
{
width
:
78px
;
width
:
78px
;
...
@@ -296,6 +301,7 @@ export default {
...
@@ -296,6 +301,7 @@ export default {
background-color
:
#F18F18
;
background-color
:
#F18F18
;
border-color
:
#F18F18
;
border-color
:
#F18F18
;
padding
:
0px
;
padding
:
0px
;
border-radius
:
6px
;
}
}
.table
{
.table
{
width
:
1066px
;
width
:
1066px
;
...
@@ -303,7 +309,7 @@ export default {
...
@@ -303,7 +309,7 @@ export default {
}
}
.button-primary-title
{
.button-primary-title
{
font-size
:
15px
;
font-size
:
15px
;
font-family
:
Source
Han
Sans
CN-Regular
,
Source
Han
Sans
CN
;
//
font-family: Source Han Sans CN-Regular, Source Han Sans CN;
font-weight
:
400
;
font-weight
:
400
;
color
:
#FFFFFF
;
color
:
#FFFFFF
;
-webkit-background-clip
:
text
;
-webkit-background-clip
:
text
;
...
@@ -314,7 +320,7 @@ export default {
...
@@ -314,7 +320,7 @@ export default {
display
:
-
webkit-box
;
display
:
-
webkit-box
;
display
:
-
ms-flexbox
;
display
:
-
ms-flexbox
;
display
:
flex
;
display
:
flex
;
height
:
31
px
;
height
:
55
px
;
-webkit-box-pack
:
start
;
-webkit-box-pack
:
start
;
-ms-flex-pack
:
start
;
-ms-flex-pack
:
start
;
justify-content
:
flex-start
;
justify-content
:
flex-start
;
...
@@ -322,6 +328,12 @@ export default {
...
@@ -322,6 +328,12 @@ export default {
-ms-flex-align
:
center
;
-ms-flex-align
:
center
;
align-items
:
center
;
align-items
:
center
;
color
:
#333333
;
color
:
#333333
;
padding-bottom
:
20px
;
padding-top
:
20px
;
}
}
.divider
{
margin
:
0px
;
//margin-top: -0.3px;
}
}
}
</
style
>
</
style
>
src/views/personalCenter/components/myDeclaration.vue
View file @
de17e33f
...
@@ -114,7 +114,6 @@ export default {
...
@@ -114,7 +114,6 @@ export default {
font-size
:
17px
;
font-size
:
17px
;
font-weight
:
bold
;
font-weight
:
bold
;
color
:
#333333
;
color
:
#333333
;
font-family
:
Source
Han
Sans
CN-Bold
,
Source
Han
Sans
CN
;
}
}
}
}
.body
{
.body
{
...
@@ -129,7 +128,6 @@ export default {
...
@@ -129,7 +128,6 @@ export default {
}
}
.table-title
{
.table-title
{
cursor
:
pointer
;
cursor
:
pointer
;
font-family
:
Source
Han
Sans
CN-Regular
,
Source
Han
Sans
CN
;
font-weight
:
400
;
font-weight
:
400
;
color
:
#333333
;
color
:
#333333
;
display
:
-
webkit-box
;
display
:
-
webkit-box
;
...
@@ -142,7 +140,6 @@ export default {
...
@@ -142,7 +140,6 @@ export default {
}
}
.table-title-after
{
.table-title-after
{
font-size
:
15px
;
font-size
:
15px
;
font-family
:
Source
Han
Sans
CN-Regular
,
Source
Han
Sans
CN
;
font-weight
:
400
;
font-weight
:
400
;
color
:
#1A78E5
;
color
:
#1A78E5
;
-webkit-background-clip
:
text
;
-webkit-background-clip
:
text
;
...
@@ -166,7 +163,7 @@ export default {
...
@@ -166,7 +163,7 @@ export default {
display
:
-
webkit-box
;
display
:
-
webkit-box
;
display
:
-
ms-flexbox
;
display
:
-
ms-flexbox
;
display
:
flex
;
display
:
flex
;
height
:
31
px
;
height
:
55
px
;
-webkit-box-pack
:
start
;
-webkit-box-pack
:
start
;
-ms-flex-pack
:
start
;
-ms-flex-pack
:
start
;
justify-content
:
flex-start
;
justify-content
:
flex-start
;
...
@@ -174,6 +171,8 @@ export default {
...
@@ -174,6 +171,8 @@ export default {
-ms-flex-align
:
center
;
-ms-flex-align
:
center
;
align-items
:
center
;
align-items
:
center
;
color
:
#333333
;
color
:
#333333
;
padding-bottom
:
20px
;
padding-top
:
10px
;
}
}
}
}
</
style
>
</
style
>
src/views/personalCenter/messageDetails.vue
View file @
de17e33f
...
@@ -10,14 +10,14 @@
...
@@ -10,14 +10,14 @@
<i
style=
"cursor: pointer"
class=
"el-icon-arrow-left"
@
click=
"handleGoBack"
/>
<i
style=
"cursor: pointer"
class=
"el-icon-arrow-left"
@
click=
"handleGoBack"
/>
</el-col>
</el-col>
<el-col
:span=
"23"
>
<el-col
:span=
"23"
>
<div
style=
"background-color: #ffffff;padding: 29px 30px 20px 30px;min-height: 500px"
>
<div
style=
"background-color: #ffffff;padding: 29px 30px 20px 30px;min-height: 500px
;width: 1400px
"
>
<div
class=
"info-top"
>
<div
class=
"info-top"
>
<div
class=
"title"
>
消息详情
</div>
<div
class=
"title"
>
消息详情
</div>
<el-button
type=
"text"
class=
"updataBtn"
@
click=
"handleDel"
>
<el-button
type=
"text"
class=
"updataBtn"
@
click=
"handleDel"
>
<i
class=
"el-icon-delete-solid"
/>
<i
class=
"el-icon-delete-solid"
/>
删除
</el-button>
删除
</el-button>
</div>
</div>
<!--
<el-divider
/>
-->
<!--
<el-divider
class=
"divider"
/>
-->
<div
class=
"body"
>
<div
class=
"body"
>
<div
class=
"form-title"
>
{{
form
.
title
}}
</div>
<div
class=
"form-title"
>
{{
form
.
title
}}
</div>
<div
class=
"value"
v-html=
"form.content"
/>
<div
class=
"value"
v-html=
"form.content"
/>
...
@@ -118,7 +118,7 @@ export default {
...
@@ -118,7 +118,7 @@ export default {
margin-top
:
30px
;
margin-top
:
30px
;
}
}
.info-top
{
.info-top
{
padding-bottom
:
1
8
px
;
padding-bottom
:
1
3
px
;
border-bottom
:
1px
solid
#EBEBEB
;
border-bottom
:
1px
solid
#EBEBEB
;
display
:
flex
;
display
:
flex
;
justify-content
:
space-between
;
justify-content
:
space-between
;
...
@@ -130,7 +130,7 @@ export default {
...
@@ -130,7 +130,7 @@ export default {
}
}
.updataBtn
{
.updataBtn
{
font-size
:
15px
;
font-size
:
15px
;
font-family
:
Source
Han
Sans
CN-Regular
,
Source
Han
Sans
CN
;
//
font-family: Source Han Sans CN-Regular, Source Han Sans CN;
font-weight
:
400
;
font-weight
:
400
;
color
:
#1A78E5
;
color
:
#1A78E5
;
-webkit-background-clip
:
text
;
-webkit-background-clip
:
text
;
...
@@ -146,7 +146,7 @@ export default {
...
@@ -146,7 +146,7 @@ export default {
}
}
::v-deep
.value
{
::v-deep
.value
{
font-size
:
15px
;
font-size
:
15px
;
font-family
:
Source
Han
Sans
CN-Regular
,
Source
Han
Sans
CN
;
//
font-family: Source Han Sans CN-Regular, Source Han Sans CN;
font-weight
:
400
;
font-weight
:
400
;
color
:
#333333
;
color
:
#333333
;
line-height
:
25px
;
line-height
:
25px
;
...
@@ -160,7 +160,7 @@ export default {
...
@@ -160,7 +160,7 @@ export default {
padding-top
:
30px
;
padding-top
:
30px
;
float
:
right
;
float
:
right
;
font-size
:
15px
;
font-size
:
15px
;
font-family
:
Source
Han
Sans
CN-Regular
,
Source
Han
Sans
CN
;
//
font-family: Source Han Sans CN-Regular, Source Han Sans CN;
font-weight
:
400
;
font-weight
:
400
;
color
:
#333333
;
color
:
#333333
;
line-height
:
24px
;
line-height
:
24px
;
...
@@ -169,7 +169,7 @@ export default {
...
@@ -169,7 +169,7 @@ export default {
.form-title
{
.form-title
{
text-align
:
center
;
text-align
:
center
;
font-size
:
19px
;
font-size
:
19px
;
font-family
:
Source
Han
Sans
CN-Bold
,
Source
Han
Sans
CN
;
//
font-family: Source Han Sans CN-Bold, Source Han Sans CN;
font-weight
:
bold
;
font-weight
:
bold
;
color
:
#333333
;
color
:
#333333
;
-webkit-background-clip
:
text
;
-webkit-background-clip
:
text
;
...
@@ -181,9 +181,9 @@ export default {
...
@@ -181,9 +181,9 @@ export default {
.el-icon-arrow-left
{
.el-icon-arrow-left
{
color
:
#1A78E5
;
color
:
#1A78E5
;
font-weight
:
bold
;
font-weight
:
bold
;
padding-top
:
41
px
;
padding-top
:
34
px
;
float
:
right
;
float
:
right
;
margin-right
:
20
px
;
margin-right
:
16
px
;
}
}
}
}
</
style
>
</
style
>
vue.config.js
View file @
de17e33f
...
@@ -54,10 +54,9 @@ module.exports = {
...
@@ -54,10 +54,9 @@ module.exports = {
// target: `http://192.168.1.17:10010/internal`,
// target: `http://192.168.1.17:10010/internal`,
// target: `http://10.5.87.231:10010/internal`,
// target: `http://10.5.87.231:10010/internal`,
target
:
`http://116.205.136.218:8080/`
,
target
:
`http://116.205.136.218:8080/`
,
// target: `http://192.168.1.8:8080/`,
// target: `http://192.168.1.75:8080/`,
// target: `http://192.168.1.75:8080/`,
// target: `http://192.168.1.20:8080/`,
// target: `http://192.168.1.20:8080/`,
target
:
`http://192.168.1.55:8080/`
,
//
target: `http://192.168.1.55:8080/`,
// target: `http://192.168.1.13:8080/`,
// target: `http://192.168.1.13:8080/`,
changeOrigin
:
true
,
changeOrigin
:
true
,
pathRewrite
:
{
pathRewrite
:
{
...
...
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