Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-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
62cc97c9
authored
2022-12-15 14:56:38 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:样式修改
1 parent
3e3fcd29
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
33 deletions
src/styles/element-ui.scss
src/styles/index.scss
src/utils/request.js
src/views/system/dictionaries/dictionaries.js
src/styles/element-ui.scss
View file @
62cc97c
...
...
@@ -125,11 +125,6 @@
background-color
:
rgb
(
162
,
164
,
167
);
}
// element 样式补丁
.el-menu--horizontal
{
border-bottom
:
none
!
important
;
}
.el-radio-group
{
.el-radio-button__inner
{
height
:
36px
;
...
...
@@ -228,4 +223,9 @@
position
:
relative
;
top
:
2px
;
}
}
// 弹框层级
.messageIndex
{
z-index
:
8000
!
important
;
}
\ No newline at end of file
...
...
src/styles/index.scss
View file @
62cc97c
...
...
@@ -328,8 +328,8 @@ aside {
.prohibit
.suspend
{
position
:
relative
;
margin
:
0
auto
;
text-align
:
left
;
padding-left
:
13
px
;
text-align
:
center
;
min-width
:
30
px
;
}
.allow
{
...
...
@@ -344,30 +344,6 @@ aside {
color
:
$yellow
;
}
.
allow
:
:
before
{
content
:
''
;
position
:
absolute
;
left
:
5px
;
top
:
45%
;
background-color
:
$green
;
display
:
inline-block
;
// 此句为css样式展示重点🏁
width
:
5px
;
height
:
5px
;
border-radius
:
50%
;
}
.
prohibit
:
:
before
{
content
:
''
;
position
:
absolute
;
left
:
5px
;
top
:
45%
;
background-color
:
$pink
;
display
:
inline-block
;
// 此句为css样式展示重点🏁
width
:
5px
;
height
:
5px
;
border-radius
:
50%
;
}
.
suspend
:
:
before
{
content
:
''
;
position
:
absolute
;
...
...
src/utils/request.js
View file @
62cc97c
...
...
@@ -58,7 +58,8 @@ service.interceptors.response.use(
Message
({
message
:
'服务器异常,请联系管理员'
,
type
:
'error'
,
duration
:
5
*
1000
duration
:
5
*
1000
,
customClass
:
'messageIndex'
})
return
Promise
.
reject
(
error
);
}
...
...
src/views/system/dictionaries/dictionaries.js
View file @
62cc97c
...
...
@@ -32,7 +32,7 @@ class data extends filter {
},
{
label
:
"是否允许修改"
,
width
:
'1
5
0'
,
width
:
'1
1
0'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
...
...
Please
register
or
sign in
to post a comment