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
f4078c97
authored
2023-01-09 08:45:48 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
其他及附记模板
1 parent
87f7496e
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
6 deletions
src/views/system/dictionaries/components/editDialog.vue
src/views/system/dymbgl/components/editDialog.vue
src/views/system/qtjfjmb/components/editDialog.vue
src/views/system/sqywgz/sqywDetail.vue
src/views/system/xttz/components/addDialog.vue
src/views/zsgl/components/viewDialog.vue
src/views/zsgl/zsff/components/addDialog.vue
src/views/zsgl/zsrk/components/addDialog.vue
src/views/system/dictionaries/components/editDialog.vue
View file @
f4078c9
...
...
@@ -329,6 +329,7 @@ export default {
}
</
script
>
<
style
rel=
"stylesheet/scss"
lang=
"scss"
scoped
>
@import
"~@/styles/dialogBoxheader.scss"
;
/
deep
/
.el-radio
{
margin-right
:
5px
!important
;
}
...
...
src/views/system/dymbgl/components/editDialog.vue
View file @
f4078c9
...
...
@@ -161,7 +161,7 @@ export default {
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/mixin.scss"
;
@import
"~@/styles/dialogBoxheader.scss"
;
.font-red
{
color
:
red
}
...
...
src/views/system/qtjfjmb/components/editDialog.vue
View file @
f4078c9
...
...
@@ -226,7 +226,7 @@ export default {
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/mixin.scss"
;
@import
"~@/styles/dialogBoxheader.scss"
;
.qtjfjmb-edit-title
{
padding-bottom
:
10px
;
border-bottom
:
1px
solid
$
borderColor
;
...
...
src/views/system/sqywgz/sqywDetail.vue
View file @
f4078c9
...
...
@@ -333,7 +333,7 @@ export default {
@import
"~@/styles/mixin.scss"
;
@import
"~@/styles/dialogBox.scss"
;
@import
"~@/styles/collapse.scss"
;
@import
"~@/styles/dialogBoxheader.scss"
;
.contentBox
{
height
:
75vh
;
overflow-y
:
scroll
;
...
...
src/views/system/xttz/components/addDialog.vue
View file @
f4078c9
...
...
@@ -266,6 +266,7 @@ export default {
};
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/dialogBoxheader.scss"
;
.quill-editor
{
padding
:
0
;
}
...
...
src/views/zsgl/components/viewDialog.vue
View file @
f4078c9
...
...
@@ -154,7 +154,7 @@ export default {
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/mixin.scss"
;
@import
"~@/styles/dialogBoxheader.scss"
;
.title-name
{
line-height
:
36px
;
border-bottom
:
1px
solid
$
borderColor
;
...
...
src/views/zsgl/zsff/components/addDialog.vue
View file @
f4078c9
...
...
@@ -239,7 +239,7 @@ export default {
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/mixin.scss"
;
@import
"~@/styles/dialogBoxheader.scss"
;
.font-red
{
color
:
red
}
...
...
src/views/zsgl/zsrk/components/addDialog.vue
View file @
f4078c9
...
...
@@ -243,7 +243,7 @@ export default {
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/mixin.scss"
;
@import
"~@/styles/dialogBoxheader.scss"
;
.font-red
{
color
:
red
}
...
...
Please
register
or
sign in
to post a comment