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
c42ba5f3
authored
2022-08-31 15:42:10 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:全局样式
1 parent
e7fb4177
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
src/components/lb-table/lb-table.vue
src/views/system/sqywgz/components/djqxsd.vue
src/views/system/sqywgz/components/editDialog.vue
src/components/lb-table/lb-table.vue
View file @
c42ba5f
...
...
@@ -184,6 +184,8 @@ export default {
</
script
>
<
style
rel=
"stylesheet/scss"
scoped
lang=
"scss"
>
.lb-table
{
margin-top
:
1px
;
.interlaced
{
background
:
#fafcff
;
border
:
1px
solid
#ebf2fa
;
...
...
src/views/system/sqywgz/components/djqxsd.vue
View file @
c42ba5f
...
...
@@ -3,16 +3,16 @@
-->
<
template
>
<div
class=
'该组件名称'
>
<el-form
:model=
"ruleForm"
:rules=
"rules"
>
<el-form
:model=
"ruleForm"
>
<el-row>
<el-col
:span=
"5"
>
<el-form-item
label=
"登记业务编码"
>
{{
ruleForm
.
djywbm
}}
{{
ruleForm
.
djywbm
}}
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"登记业务名称"
>
{{
ruleForm
.
djywmc
}}
{{
ruleForm
.
djywmc
}}
</el-form-item>
</el-col>
</el-row>
...
...
src/views/system/sqywgz/components/editDialog.vue
View file @
c42ba5f
...
...
@@ -319,6 +319,7 @@ export default {
.sqywgz-edit
{
@include
flex;
width
:
100%
;
height
:
546px
;
&-left
{
width
:
26px
;
...
...
Please
register
or
sign in
to post a comment