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
b9359460
Commit
b9359460
authored
Oct 19, 2022
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式修改
parent
64eaf681
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
12 deletions
+14
-12
index.html
public/index.html
+3
-2
liulanqi_logo.png
public/liulanqi_logo.png
+0
-0
Newpic_tujie.png
src/assets/image/Newpic_tujie.png
+0
-0
header.vue
...iews/homePage/components/searchHome/components/header.vue
+5
-4
index.vue
src/views/homePage/index.vue
+6
-6
No files found.
public/index.html
View file @
b9359460
...
...
@@ -4,9 +4,10 @@
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
>
<link
rel=
"icon"
href=
"<%= BASE_URL %>
home
_logo.png"
>
<link
rel=
"icon"
href=
"<%= BASE_URL %>
liulanqi
_logo.png"
>
<link
rel=
"stylesheet"
href=
"//at.alicdn.com/t/font_2011217_f70ptj9y4oc.css"
>
<title><
%=
webpackConfig
.
name
%
></title>
<!-- <title><%= webpackConfig.name %></title>-->
<title>
石家庄高新区企业服务平台
</title>
</head>
<body>
<noscript>
...
...
public/liulanqi_logo.png
0 → 100644
View file @
b9359460
662 Bytes
src/assets/image/Newpic_tujie.png
0 → 100644
View file @
b9359460
10.1 KB
src/views/homePage/components/searchHome/components/header.vue
View file @
b9359460
...
...
@@ -2,11 +2,11 @@
<div
class=
"header-module"
>
<img
:src=
"logo"
class=
"homeTopLoge"
@
click=
"logoJump"
>
<div
class=
"topLogin"
>
<div
v-if=
"userForm.userId"
>
<div
v-if=
"userForm.userId"
style=
"font-size: 17px"
>
<img
:src=
"userForm.avatar"
class=
"userLogo"
>
<span
class=
"topFont"
>
{{
userForm
.
nickName
||
'-'
}}
</span><span
class=
"line"
>
|
</span>
<span
class=
"topFont
"
>
{{
enterprise
||
'-'
}}
</span>
<el-button
style=
"font-size: 17px"
type=
"text"
@
click=
"switchEnterprises"
>
切换企业
</el-button><span
class=
"line"
>
|
</span>
<span
style=
"padding-left: 12px
"
>
{{
enterprise
||
'-'
}}
</span>
<el-button
style=
"font-size: 17px
;margin-right: 4px;
"
type=
"text"
@
click=
"switchEnterprises"
>
切换企业
</el-button><span
class=
"line"
>
|
</span>
<el-button
class=
"topBtn"
type=
"text"
@
click=
"handleLoginOut"
>
退出
</el-button>
</div>
<div
v-else
>
...
...
@@ -238,6 +238,7 @@ export default {
.userLogo
{
position
:
relative
;
top
:
9px
;
right
:
10px
;
width
:
36px
;
height
:
33px
;
border
:
1px
solid
#ffffff
;
...
...
@@ -248,7 +249,7 @@ export default {
color
:
black
;
}
.topFont
{
padding-right
:
20
px
;
padding-right
:
18
px
;
}
.line
{
color
:
#999999
;
...
...
src/views/homePage/index.vue
View file @
b9359460
...
...
@@ -129,8 +129,8 @@
</el-col>
<el-col
:span=
"16"
>
<div
class=
"activity-info-title"
>
<div
style=
"display: flex"
>
<img
:src=
"reportTodayLogo"
style=
"margin-right: 10px"
>
<div
style=
"display: flex
;align-items: center
"
>
<img
:src=
"reportTodayLogo"
style=
"margin-right: 10px
;width: 28px;height: 22px
"
>
<div
class=
"ai-title"
>
活动信息
</div>
</div>
<div
class=
"ai-more"
>
...
...
@@ -157,7 +157,7 @@
<i
style=
"color: #999999"
class=
"el-icon-map-location"
/>
<span
class=
"address"
:title=
"item.address"
>
{{
item
.
address
}}
</span>
</div>
<div
style=
"color: #
333333
;"
>
<div
style=
"color: #
2662AD
;"
>
<i
class=
"el-icon-d-arrow-right"
/>
</div>
</div>
...
...
@@ -251,7 +251,7 @@ export default {
topimg
:
require
(
'@/assets/image/pic_jiansuo.png'
),
topimg2
:
require
(
'@/assets/image/pic_tuijian.png'
),
topimg3
:
require
(
'@/assets/image/pic_dingyue.png'
),
topimg4
:
require
(
'@/assets/image/pic_tujie.png'
),
topimg4
:
require
(
'@/assets/image/
New
pic_tujie.png'
),
gobackTop
:
require
(
'@/assets/image/icom_top.png'
),
reportTodayLogo
:
require
(
'@/assets/image/pic_biaoshi.png'
),
serviceLogo
:
require
(
'@/assets/image/pic_fuwu.png'
),
...
...
@@ -713,7 +713,7 @@ export default {
font-weight
:
bold
;
}
.ai-more
{
color
:
#
018FD6
;
color
:
#
2662AD
;
cursor
:
pointer
;
display
:
flex
;
float
:
right
;
...
...
@@ -762,7 +762,7 @@ export default {
}
.cs-more
{
font-weight
:
bold
;
color
:
#
222222
;
color
:
#
333333
;
cursor
:
pointer
;
display
:
flex
;
float
:
right
;
...
...
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