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
27ed4e81
authored
2023-03-16 15:23:12 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
样式调整
1 parent
c63c11ff
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
4 additions
and
9 deletions
src/image/navbar.png
src/views/system/information/base-set.vue
src/views/system/information/index.vue
src/views/system/menus/index.vue
src/views/system/roles/index.vue
src/views/system/users/index.vue
src/image/navbar.png
View file @
27ed4e8
1.4 KB
|
W:
|
H:
1.34 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/views/system/information/base-set.vue
View file @
27ed4e8
src/views/system/information/index.vue
View file @
27ed4e8
...
...
@@ -74,15 +74,13 @@
flex-direction
:
column
;
.btnColRight
{
//
background-color
:
cadetblue
;
height
:
6
0px
;
height
:
3
0px
;
.
button
:
nth-child
(
1
)
{
position
:
absolute
;
left
:
30px
;
top
:
20px
;
}
.button
:nth-child
(
2
)
{
position
:
absolute
;
top
:
20px
;
left
:
120px
;
}
}
...
...
src/views/system/menus/index.vue
View file @
27ed4e8
...
...
@@ -214,11 +214,10 @@
//
@import
"~@/styles/public.scss"
;
.btnColRight
{
height
:
6
0px
;
height
:
3
0px
;
.button
{
position
:
absolute
;
left
:
30px
;
top
:
20px
;
}
}
/
deep
/
.el-table__expand-icon
{
...
...
src/views/system/roles/index.vue
View file @
27ed4e8
...
...
@@ -485,11 +485,10 @@
//
@import
"~@/styles/public.scss"
;
.btnColRight
{
height
:
6
0px
;
height
:
3
0px
;
.button
{
position
:
absolute
;
left
:
30px
;
top
:
20px
;
}
}
/
deep
/
.el-button.is-disabled.el-button--text
{
...
...
src/views/system/users/index.vue
View file @
27ed4e8
...
...
@@ -332,11 +332,10 @@
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/mixin.scss"
;
.btnColRight
{
height
:
6
0px
;
height
:
3
0px
;
.button
{
position
:
absolute
;
left
:
30px
;
top
:
20px
;
}
}
/
deep
/
.el-button.is-disabled.el-button--text
{
...
...
Please
register
or
sign in
to post a comment