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
ad97b7d9
authored
2023-03-28 15:48:45 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:样式修改
1 parent
22344843
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
39 additions
and
44 deletions
src/components/EditDialog/index.vue
src/components/JsonEditor.vue
src/styles/sbElement-ui.scss
src/styles/sbPublic.scss
src/views/sthj/components/editDialog.vue
src/views/sthj/sbbwcx/index.vue
src/components/EditDialog/index.vue
View file @
ad97b7d
This diff is collapsed.
Click to expand it.
src/components/JsonEditor.vue
View file @
ad97b7d
...
...
@@ -12,9 +12,4 @@ export default {
}
}
}
</
script
>
<
style
scoped
lang=
"scss"
>
</
style
>
</
script
>
\ No newline at end of file
...
...
src/styles/sbElement-ui.scss
View file @
ad97b7d
...
...
@@ -86,7 +86,6 @@ input[type="number"] {
// refine element ui upload
.el-input.is-disabled
.el-input__inner
{
background-color
:
transparent
!
important
;
border
:
1px
solid
#224C7C
!
important
;
}
.upload-container
{
...
...
@@ -217,4 +216,4 @@ input[type="number"] {
.el-form-item__content
{
flex
:
1
;
}
}
\ No newline at end of file
...
...
src/styles/sbPublic.scss
View file @
ad97b7d
...
...
@@ -223,18 +223,9 @@
}
// 登簿日志弹出框
.entryJournal
{
.el-textarea__inner
{
height
:
67vh
!
important
;
border
:
none
!
important
;
background-color
:
#ffffff
!
important
;
color
:
#000000
!
important
;
}
.commonDialog
{
/
deep
/
.dialog-from_header
{
margin
:
0
!
important
;
}
.el-dialog__headerbtn
.el-dialog__close
{
...
...
@@ -270,16 +261,23 @@
.regularHeight
{
display
:
flex
;
flex-direction
:
column
;
height
:
8
7
vh
;
height
:
8
0
vh
;
margin-bottom
:
5px
;
.editDialogBox-con
,
.JsonEditor
{
flex
:
1
;
}
}
.d-center
{}
.editXML
{
border
:
1px
solid
blue
;
margin-top
:
10px
;
.el-textarea__inner
{
height
:
68vh
!
important
;
}
}
}
.dialog_title
{
color
:
white
;
...
...
@@ -288,14 +286,11 @@
.el-tabs__item
{
color
:
#CEF8FF
!
important
;
background-color
:
#3D59C4
;
background-color
:
none
;
display
:
flex
;
flex-direction
:
row
;
justify-content
:
center
;
// background: url("~@/image/tabitem.png") no-repeat;
// background-size: 100% 100%;
border-radius
:
3px
;
border
:
1px
solid
blue
!
important
;
}
.el-tabs__nav
{
...
...
@@ -312,8 +307,7 @@
}
.el-tabs__item.is-active
{
// background: url("~@/image/tabitemse.png") no-repeat;
// background-size: 100% 100%;
background-color
:
#3D59C4
;
}
.from-clues-content
{
...
...
@@ -325,7 +319,6 @@
.editDialogBox-box
{
position
:
relative
;
top
:
10px
;
// height: 100%;
}
.dialog-from
{
...
...
@@ -367,6 +360,25 @@
}
}
.entryJournal
{
.el-textarea__inner
{
height
:
67vh
!
important
;
border
:
none
!
important
;
background-color
:
#ffffff
!
important
;
color
:
#000000
!
important
;
}
}
// 上报日志弹出框
.sbdialog
{
.el-textarea__inner
{
height
:
30vh
!
important
;
border
:
none
!
important
;
background-color
:
#ffffff
!
important
;
color
:
#000000
!
important
;
}
}
// 数据上报弹出框
.dataReporting
{
.el-dialog__header
{
...
...
@@ -426,15 +438,11 @@
.el-tabs__item
{
color
:
#cef8ff
!
important
;
display
:
flex
;
flex-direction
:
row
;
justify-content
:
center
;
// background: url("~@/image/tabitem.png") no-repeat;
// background-size: 100% 100%;
background-color
:
#3D59C4
;
border-radius
:
3px
;
border
:
1px
solid
blue
!
important
;
}
.obligee-item-name
{
...
...
@@ -512,8 +520,8 @@
}
.el-tabs__item.is-active
{
// background: url("~@/image/tabitemse.png") no-repeat
;
// background-size: 100% 100%
;
background-color
:
#1c3294
;
color
:
#FFFFFF
;
}
.success-images
{
...
...
@@ -640,10 +648,6 @@
}
}
.el-form-item__label
{
color
:
rgb
(
0
,
0
,
0
);
}
.el-input__inner
{
// background-color: #07388b;
}
...
...
@@ -659,10 +663,6 @@
// color: rgb(0, 0, 0);
}
.el-form-item__label
{
color
:
rgb
(
2
,
0
,
0
);
}
.el-dialog__header
{
.dialog_title
{
...
...
@@ -785,9 +785,9 @@
border-right
:
none
;
text-align
:
center
;
padding
:
0
;
color
:
#05bbdb
;
line-height
:
16px
;
font-size
:
12px
;
text-align
:
right
;
margin-top
:
8px
!
important
;
}
...
...
@@ -868,4 +868,4 @@
right
:
5px
;
}
}
}
}
\ No newline at end of file
...
...
src/views/sthj/components/editDialog.vue
View file @
ad97b7d
This diff is collapsed.
Click to expand it.
src/views/sthj/sbbwcx/index.vue
View file @
ad97b7d
...
...
@@ -153,6 +153,7 @@ export default {
{
label
:
"操作"
,
width
:
"80"
,
fixed
:
"right"
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
...
...
Please
register
or
sign in
to post a comment