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
fd4068de
Commit
fd4068de
authored
Jan 13, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref:修改弹窗关闭图标
parent
018fa269
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
110 additions
and
96 deletions
+110
-96
portal-manager-ui/admin/src/assets/css/common.css
portal-manager-ui/admin/src/assets/css/common.css
+105
-96
portal-manager-ui/admin/src/views/thePlatformIsSet/components/menuManagement/components/addEdit.vue
...ormIsSet/components/menuManagement/components/addEdit.vue
+1
-0
portal-manager-ui/admin/src/views/thePlatformIsSet/components/permissionsModel/components/EditPwd.vue
...mIsSet/components/permissionsModel/components/EditPwd.vue
+1
-0
portal-manager-ui/admin/src/views/thePlatformIsSet/components/permissionsModel/components/EditUser.vue
...IsSet/components/permissionsModel/components/EditUser.vue
+1
-0
portal-manager-ui/admin/src/views/thePlatformIsSet/components/permissionsModel/components/addEditRole.vue
...et/components/permissionsModel/components/addEditRole.vue
+1
-0
portal-manager-ui/admin/src/views/thePlatformIsSet/components/permissionsModel/components/addUser.vue
...mIsSet/components/permissionsModel/components/addUser.vue
+1
-0
No files found.
portal-manager-ui/admin/src/assets/css/common.css
View file @
fd4068de
/* 颜色 */
.primary
{
color
:
#1890FF
;
color
:
#1890ff
;
}
.delete
{
color
:
#FF4D4F
;
color
:
#ff4d4f
;
}
.green
{
color
:
#1BBC9B
;
color
:
#1bbc9b
;
}
.clofff
{
...
...
@@ -20,15 +20,15 @@
}
.bgdel
{
background-color
:
#FF4D4F
;
background-color
:
#ff4d4f
;
}
.bgpr
{
background-color
:
#1890FF
;
background-color
:
#1890ff
;
}
.bgg
{
background-color
:
#1BBC9B
;
background-color
:
#1bbc9b
;
}
/* 版心 */
...
...
@@ -42,7 +42,7 @@
}
.flex1
{
flex
:
1
flex
:
1
;
}
.flexc
{
...
...
@@ -87,7 +87,7 @@
/* margin */
.m10
{
margin
:
10px
margin
:
10px
;
}
.m15
{
...
...
@@ -304,13 +304,11 @@
text-align
:
right
;
}
.color_title
{
margin-left
:
15px
;
position
:
relative
;
margin-bottom
:
15px
;
color
:
#1890ff
;
}
.color_title
::before
{
...
...
@@ -324,16 +322,27 @@
}
::-webkit-scrollbar
{
width
:
6px
;
height
:
6px
;
height
:
6px
;
overflow-y
:
auto
;
}
::-webkit-scrollbar-thumb
{
border-radius
:
6px
;
background-color
:
rgba
(
144
,
147
,
153
,
.5
);
background-color
:
rgba
(
144
,
147
,
153
,
0
.5
);
}
::-webkit-scrollbar-track
{
border-radius
:
6px
;
background
:
#fff
;
}
.ant-modal-close
{
color
:
#188fff
!important
;
}
.ant-modal-close
svg
{
font-size
:
26px
!important
;
}
.ant-modal-title
{
color
:
#1890ff
!important
;
font-size
:
18px
;
font-weight
:
bold
;
}
portal-manager-ui/admin/src/views/thePlatformIsSet/components/menuManagement/components/addEdit.vue
View file @
fd4068de
...
...
@@ -9,6 +9,7 @@
:confirmLoading=
"EditModalLoading"
@
cancel=
"handleClose"
width=
"33%"
:maskClosable=
"false"
>
<a-form-model
:label-col=
"
{
...
...
portal-manager-ui/admin/src/views/thePlatformIsSet/components/permissionsModel/components/EditPwd.vue
View file @
fd4068de
...
...
@@ -7,6 +7,7 @@
centered
@
ok=
"handleOk"
@
cancel=
"handleClose"
:maskClosable=
"false"
>
<a-form-model
:model=
"form"
...
...
portal-manager-ui/admin/src/views/thePlatformIsSet/components/permissionsModel/components/EditUser.vue
View file @
fd4068de
...
...
@@ -6,6 +6,7 @@
:centered=
"true"
:visible=
"Visible"
@
cancel=
"Visible = false"
:maskClosable=
"false"
>
<a-form-model
ref=
"ruleForm"
...
...
portal-manager-ui/admin/src/views/thePlatformIsSet/components/permissionsModel/components/addEditRole.vue
View file @
fd4068de
...
...
@@ -9,6 +9,7 @@
:confirmLoading=
"roleEditModalLoading"
@
cancel=
"roleEditModalVisible = false"
width=
"30%"
:maskClosable=
"false"
>
<a-form-model
:label-col=
"
{
...
...
portal-manager-ui/admin/src/views/thePlatformIsSet/components/permissionsModel/components/addUser.vue
View file @
fd4068de
...
...
@@ -6,6 +6,7 @@
:centered=
"true"
:visible=
"Visible"
@
cancel=
"Visible = false"
:maskClosable=
"false"
>
<a-form-model
ref=
"ruleForm"
...
...
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