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
4c5d5e1b
Commit
4c5d5e1b
authored
Aug 30, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perf:修改站点编排页面文字、图片样式
parent
a6400410
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
5 deletions
+10
-5
portal-manager-ui/admin/src/views/siteArrange/siteArrange.vue
...al-manager-ui/admin/src/views/siteArrange/siteArrange.vue
+10
-5
No files found.
portal-manager-ui/admin/src/views/siteArrange/siteArrange.vue
View file @
4c5d5e1b
...
...
@@ -49,11 +49,10 @@
v-for=
"(v, i) in collectList"
:key=
"'' + v.id + i"
>
<div
class=
"item-logo"
>
<div
class=
"item-logo
cursor-pointer"
@
click=
"openWindow(v)
"
>
<img
class=
"w-full h-full object-co
ver cursor-pointer
"
class=
"w-full h-full object-co
ntain
"
:src=
"api + v.modelIcon"
@
click=
"openWindow(v)"
/>
<img
class=
"bottom-img"
...
...
@@ -98,9 +97,9 @@
v-for=
"item in v.list"
:key=
"item.id"
>
<div
class=
"item-logo"
@
click=
"openWindow(item)"
>
<div
class=
"item-logo
cursor-pointer
"
@
click=
"openWindow(item)"
>
<img
class=
"w-full h-full object-co
ver cursor-pointer
"
class=
"w-full h-full object-co
ntain
"
:src=
"api + item.modelIcon"
/>
</div>
...
...
@@ -281,6 +280,9 @@ export default {
justify-items: center;
}
}
.common-item {
font-family: Source Han Sans CN;
}
.icon-img {
transform: rotateZ(0deg);
transition: all 1s;
...
...
@@ -295,6 +297,9 @@ export default {
background: linear-gradient(180deg, #daefff 0%, #ffffff 100%);
box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
.bottom-img {
position: absolute;
...
...
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