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
e64a60ba
authored
2023-01-03 16:28:01 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:全局样式修改
1 parent
6144d539
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
29 additions
and
9 deletions
src/layout/components/AppMain.vue
src/styles/index.scss
src/styles/public.scss
src/styles/sidebar.scss
src/views/jsbwcx/data/index.js
src/layout/components/AppMain.vue
View file @
e64a60b
...
...
@@ -18,9 +18,7 @@ export default {
<
style
lang=
"scss"
scoped
>
.app-main
{
height
:
calc
(
100vh
-
70px
);
overflow-x
:
auto
;
box-sizing
:
border-box
;
background-color
:
#EDF1F7
;
overflow-x
:
hidden
;
box-sizing
:
border-box
;
}
</
style
>
\ No newline at end of file
...
...
src/styles/index.scss
View file @
e64a60b
...
...
@@ -358,17 +358,36 @@ aside {
position
:
relative
;
}
.warehousing
{
color
:
#FF9933
;
position
:
relative
;
}
.
adopt
:
:
before
{
position
:
absolute
;
content
:
''
;
display
:
block
;
width
:
8
px
;
height
:
8
px
;
width
:
10
px
;
height
:
10
px
;
left
:
-15px
;
top
:
5
px
;
top
:
3
px
;
background
:
#00FAA8
;
border-radius
:
50%
;
border
:
5px
solid
rgba
(
0
,
250
,
168
,
0
.3
);
border
:
2px
solid
rgba
(
0
,
0
,
0
,
0
.6
);
}
.
warehousing
:
:
before
{
position
:
absolute
;
content
:
''
;
display
:
block
;
width
:
10px
;
height
:
10px
;
left
:
-15px
;
top
:
3px
;
background
:
#FF9933
;
border-radius
:
50%
;
border
:
2px
solid
rgba
(
0
,
0
,
0
,
0
.6
);
}
//错误日志样式 后期超优化
...
...
src/styles/public.scss
View file @
e64a60b
...
...
@@ -5,6 +5,7 @@
width
:
100%
;
box-sizing
:
border-box
;
background-color
:
#000637
;
overflow-x
:
hidden
;
&
-header
{
width
:
100%
;
...
...
src/styles/sidebar.scss
View file @
e64a60b
...
...
@@ -3,6 +3,8 @@
height
:
100%
;
transition
:
margin-left
0
.28s
;
margin-left
:
220px
;
box-sizing
:
border-box
;
padding-right
:
10px
;
}
.sidebar-container
{
...
...
src/views/jsbwcx/data/index.js
View file @
e64a60b
...
...
@@ -52,8 +52,8 @@ class data extends filter {
<
div
>
{
scope
.
row
.
jcjg
?
<
el
-
tag
type
=
'success'
>
入库
<
/el-tag
>
:
<
el
-
tag
type
=
'primary'
>
入库
1
<
/el-tag
>
?
<
span
class
=
'warehousing'
>
入库
<
/span
>
:
<
span
>
入库
1
<
/span
>
}
<
/div
>
)
...
...
Please
register
or
sign in
to post a comment