Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
5a144c0c
authored
2023-03-03 09:31:35 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcjg-web
2 parents
0618469c
b4f4b2bd
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
4 deletions
src/styles/public.scss
src/views/system/information/password-edit.vue
src/views/system/roles/index.vue
src/views/system/users/index.vue
src/styles/public.scss
View file @
5a144c0
...
...
@@ -398,7 +398,7 @@
display
:
flex
;
position
:
relative
;
font-size
:
24px
;
top
:
-
11
px
;
top
:
-
8
px
;
width
:
38%
;
height
:
40px
;
margin-left
:
28px
;
...
...
src/views/system/information/password-edit.vue
View file @
5a144c0
...
...
@@ -115,7 +115,7 @@
.el-form-item__label
{
color
:
#ffffff
;
}
::v-deep
.el-input
.el-input__inner
{
.el-input
.el-input__inner
{
padding
:
0
8px
;
height
:
40px
;
line-height
:
40px
;
...
...
src/views/system/roles/index.vue
View file @
5a144c0
...
...
@@ -38,7 +38,6 @@
import
{
getRolesById
,
getAuthorityListAction
}
from
"@/api/authorityManage"
;
import
{
getUserRoles
}
from
"@/api/personnelManage"
;
import
data
from
"./data"
;
import
sjsbTask
from
"@/api/sjsbTask.js"
;
import
{
api
,
getAction
,
deleteAction
}
from
"@/api/manageApi"
;
import
tableMixin
from
"@/mixins/tableMixin.js"
;
import
EditDialog
from
"./edit-dialog.vue"
;
...
...
src/views/system/users/index.vue
View file @
5a144c0
...
...
@@ -44,7 +44,6 @@
import
{
api
,
deleteAction
}
from
'@/api/manageApi'
import
data
from
"./data"
;
import
{
deleteDomStr
}
from
'@/utils/proDomStr'
import
sjsbTask
from
"@/api/sjsbTask.js"
;
import
tableMixin
from
"@/mixins/tableMixin.js"
;
import
EditDialog
from
"./edit-dialog.vue"
;
export
default
{
...
...
Please
register
or
sign in
to post a comment