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
bc94ac01
authored
2023-01-13 17:58:54 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:样式修改
1 parent
6b568ffa
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
5 deletions
src/components/dataDetails/edit-dialog.vue
src/styles/dialogBox.scss
src/components/dataDetails/edit-dialog.vue
View file @
bc94ac0
...
...
@@ -9,7 +9,7 @@
<el-tab-pane
label=
"数据模型"
name=
"sjmx"
></el-tab-pane>
<el-tab-pane
label=
"xml报文"
name=
"xml"
></el-tab-pane>
</el-tabs>
<div
v-if=
"titleName == 'sjmx'"
>
<div
v-if=
"titleName == 'sjmx'"
class=
"sjmx"
>
<div
class=
"dialog-from"
>
<el-row>
<el-col
:span=
"6"
>
...
...
@@ -268,10 +268,19 @@ export default {
color
:
#CEF8FF
;
}
.sjmx
{
/deep/.el-tabs__item
{
height
:
50px
;
padding-top
:
6px
;
}
}
/
deep
/
.el-tabs__item
{
color
:
#CEF8FF
!important
;
height
:
50px
;
padding-top
:
7px
;
display
:
flex
;
flex-direction
:
row
;
justify-content
:
center
;
background
:
url("~@/image/tabitem.png")
no-repeat
;
background-size
:
100%
100%
;
border
:
none
!important
;
...
...
@@ -288,6 +297,7 @@ export default {
}
/
deep
/
.el-tabs__nav
{
display
:
flex
;
border
:
none
!important
;
}
...
...
@@ -353,7 +363,7 @@ export default {
margin
:
-3px
15px
15px
15px
;
.el-col
{
line-height
:
24
px
;
line-height
:
18
px
;
display
:
flex
;
align-items
:
center
;
margin-bottom
:
3px
;
...
...
src/styles/dialogBox.scss
View file @
bc94ac0
...
...
@@ -53,7 +53,7 @@
}
.el-dialog__body
{
padding-top
:
10px
;
padding-top
:
0
;
padding-bottom
:
0
;
}
...
...
Please
register
or
sign in
to post a comment