Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
62f46cc8
Commit
62f46cc8
authored
May 31, 2023
by
ww-xxy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改门户站点编排
parent
103d1f0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
6 deletions
+11
-6
portal-manager-ui/admin/src/views/siteArrange/siteArrange.vue
...al-manager-ui/admin/src/views/siteArrange/siteArrange.vue
+11
-6
No files found.
portal-manager-ui/admin/src/views/siteArrange/siteArrange.vue
View file @
62f46cc8
...
@@ -19,8 +19,8 @@
...
@@ -19,8 +19,8 @@
<div
class=
"img_box img3"
></div>
<div
class=
"img_box img3"
></div>
</a-carousel>
</a-carousel>
<div
class=
"title"
>
<div
class=
"title"
>
<
!--
<h3>
以客户为中心,以奋斗者为本,永远坚持艰苦奋斗
</h3>
<
h3
style=
"text-align: center;font-size: 50px;"
>
宜人·宜宾·宜办事
</h3>
<p>
“互联网+政务服务”整体解决方案提供商和服务商
</p>
-->
<
!--
<
p>
“互联网+政务服务”整体解决方案提供商和服务商
</p>
-->
</div>
</div>
<div
class=
"classification"
>
<div
class=
"classification"
>
<div
class=
"modules"
>
<div
class=
"modules"
>
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
:key=
"item.id"
:key=
"item.id"
@
click=
"openWindow(item.modelUrl)"
@
click=
"openWindow(item.modelUrl)"
>
>
<div
class=
"picture"
>
<div
class=
"picture"
:style=
"
{background: item.color}"
>
<img
<img
width=
"40"
width=
"40"
height=
"35"
height=
"35"
...
@@ -76,7 +76,13 @@ export default {
...
@@ -76,7 +76,13 @@ export default {
this
.
siteId
=
Storage
.
get
(
2
,
"
siteId
"
);
this
.
siteId
=
Storage
.
get
(
2
,
"
siteId
"
);
let
res
=
await
appsListInterface
({
siteId
:
this
.
siteId
});
let
res
=
await
appsListInterface
({
siteId
:
this
.
siteId
});
let
{
data
}
=
res
.
data
;
let
{
data
}
=
res
.
data
;
this
.
siteModelList
=
data
;
let
color
=
[]
let
colorArr
=
[
'
#546DFF
'
,
'
#1E6FFF
'
,
'
#3CBFFF
'
,
'
#00AA5B
'
,
'
#FFAB00
'
]
color
=
colorArr
.
concat
(
colorArr
,
colorArr
,
colorArr
,
colorArr
,
colorArr
,
colorArr
)
this
.
siteModelList
=
data
.
map
((
v
,
i
)
=>
{
v
[
'
color
'
]
=
color
[
i
]
return
v
});
},
},
openWindow
(
href
)
{
openWindow
(
href
)
{
let
token
=
Storage
.
get
(
2
,
"
Authorization
"
);
let
token
=
Storage
.
get
(
2
,
"
Authorization
"
);
...
@@ -163,7 +169,7 @@ export default {
...
@@ -163,7 +169,7 @@ export default {
.classification {
.classification {
width: 100%;
width: 100%;
height:
30
0px;
height:
41
0px;
position: absolute;
position: absolute;
bottom: 0;
bottom: 0;
background-color: rgba(3, 23, 24, 0.452);
background-color: rgba(3, 23, 24, 0.452);
...
@@ -180,7 +186,6 @@ export default {
...
@@ -180,7 +186,6 @@ export default {
margin-top: 5px;
margin-top: 5px;
text-align: center;
text-align: center;
cursor: pointer;
cursor: pointer;
.picture {
.picture {
width: 72px;
width: 72px;
height: 72px;
height: 72px;
...
...
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