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
bbed011a
Commit
bbed011a
authored
Aug 31, 2023
by
王晓旭
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.scsmile.cn/zxf/smart_gov_platform
parents
2cacd07f
9a114571
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3592 additions
and
1625 deletions
+3592
-1625
portal-manager-ui/admin/src/router/routes.js
portal-manager-ui/admin/src/router/routes.js
+5
-0
portal-manager-ui/admin/src/views/home/home.vue
portal-manager-ui/admin/src/views/home/home.vue
+2
-0
portal-manager-ui/admin/src/views/siteArrange/siteArrange.vue
...al-manager-ui/admin/src/views/siteArrange/siteArrange.vue
+6
-5
portal-manager-ui/admin/src/views/thePlatformIsSet/animation.js
...-manager-ui/admin/src/views/thePlatformIsSet/animation.js
+1934
-0
portal-manager-ui/admin/src/views/thePlatformIsSet/setPlatformes.vue
...ger-ui/admin/src/views/thePlatformIsSet/setPlatformes.vue
+1645
-1620
No files found.
portal-manager-ui/admin/src/router/routes.js
View file @
bbed011a
...
...
@@ -17,6 +17,10 @@ const routes = [
),
meta
:
{
title
:
"
数据管理
"
},
children
:
[
{
path
:
"
dataAdmin
"
,
redirect
:
"
/
"
,
//升级前门户跳转重定向
},
{
path
:
"
pickUp
"
,
name
:
"
pickUp
"
,
...
...
@@ -27,6 +31,7 @@ const routes = [
),
meta
:
{
title
:
"
取件记录报表
"
},
children
:
[
{
path
:
"
pickUpRecord
"
,
name
:
"
pickUpRecord
"
,
...
...
portal-manager-ui/admin/src/views/home/home.vue
View file @
bbed011a
...
...
@@ -230,6 +230,8 @@ export default {
:deep(.ant-menu) {
background-color: transparent;
border: none;
flex: 1;
margin-left: 120px;
.ant-menu-item {
font-size: 18px;
font-family: Source Han Sans CN;
...
...
portal-manager-ui/admin/src/views/siteArrange/siteArrange.vue
View file @
bbed011a
...
...
@@ -93,7 +93,7 @@
@end="isAdd = false"
>
<div
class=
"common-item w-full h-[1
30
px] flex flex-col items-center"
class=
"common-item w-full h-[1
25
px] flex flex-col items-center"
v-for=
"item in v.list"
:key=
"item.id"
>
...
...
@@ -293,8 +293,8 @@ export default {
background: rgba(0, 0, 0, 0.5);
}
.item-logo {
width:
80
px;
height:
80
px;
width:
66
px;
height:
66
px;
padding: 10px;
background: linear-gradient(180deg, #daefff 0%, #ffffff 100%);
box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
...
...
@@ -305,8 +305,9 @@ export default {
position: relative;
.bottom-img {
position: absolute;
left: 0px;
bottom: -10px;
left: -2px;
bottom: -11px;
width: 70px;
}
}
.site-box {
...
...
portal-manager-ui/admin/src/views/thePlatformIsSet/animation.js
0 → 100644
View file @
bbed011a
This diff is collapsed.
Click to expand it.
portal-manager-ui/admin/src/views/thePlatformIsSet/setPlatformes.vue
View file @
bbed011a
This diff is collapsed.
Click to expand it.
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