Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhouqian
vue-gjjs
Commits
568c2f6b
Commit
568c2f6b
authored
Oct 17, 2022
by
jianglong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改侧边栏子菜单字体大小,修改BRTSET checkBox
parent
6c9a4abc
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
20 deletions
+22
-20
Setp.vue
src/views/Business/Betset/Setp.vue
+2
-2
Utlp.vue
src/views/Business/Brtset/Utlp.vue
+12
-16
SideMenu.vue
src/views/Layout/SideMenu.vue
+8
-2
No files found.
src/views/Business/Betset/Setp.vue
View file @
568c2f6b
...
...
@@ -453,13 +453,13 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Narrative:77A:
"
prop=
"trnmod.trndoc.nar754"
>
<el-form-item
label=
"
叙述内容(77A)
"
prop=
"trnmod.trndoc.nar754"
>
<c-input
type=
"textarea"
v-model=
"model.trnmod.trndoc.nar754"
maxlength=
"35"
show-word-limit
placeholder=
"请输入
Narrative:77A:
"
placeholder=
"请输入
叙述内容(77A)
"
></c-input>
</el-form-item>
</c-col>
...
...
src/views/Business/Brtset/Utlp.vue
View file @
568c2f6b
...
...
@@ -377,33 +377,29 @@
<c-col
:span=
"
12"
class=
"centerLable marginLable
"
>
<el-form-item
label=
"
"
prop=
"trtcre.crefinflg"
style=
"text-align: left; margin-left: -160px;
float:left;"
>
<c-col
:span=
"
24"
class=
"
"
>
<el-form-item
label=
"
"
prop=
"trtcre.crefinflg"
label-width=
"120px"
style=
"
float:left;"
>
<c-checkbox
v-model=
"model.trtcre.crefinflg"
:disabled=
"model.paypsb != '' || model.brdgrp.rec.frepayflg !=''?true:false"
>
创建融资
</c-checkbox>
</el-form-item>
</c-col>
<el-form-item
label=
" "
prop=
"dftcre.dfflag"
label-width=
"120px"
style=
" float:left;"
>
<c-checkbox
v-model=
"model.dftcre.dfflag"
>
同业代付
</c-checkbox>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
prop=
"dftcre.dfflag"
>
<c-checkbox
v-model=
"model.dftcre.dfflag"
style=
"float: left;"
>
同业代付
</c-checkbox>
</el-form-item>
</c-col>
<c-col
:span=
"
12"
class=
"centerLable marginLable
"
>
<el-form-item
label=
"
"
prop=
"paypsb"
style=
"text-align: left; margin-left: -160px;
float:left;"
>
<c-col
:span=
"
24"
class=
"
"
>
<el-form-item
label=
"
"
prop=
"paypsb"
label-width=
"120px"
style=
"
float:left;"
>
<c-checkbox
v-model=
"model.paypsb"
:disabled=
"model.brdgrp.rec.frepayflg == ''?false:true"
>
垫款
</c-checkbox>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
prop=
"brdgrp.rec.frepayflg"
>
<c-checkbox
v-model=
"model.brdgrp.rec.frepayflg"
style=
"float: left;"
>
自由付款标志
</c-checkbox>
<el-form-item
label=
" "
prop=
"brdgrp.rec.frepayflg"
label-width=
"120px"
style=
" float:left;"
>
<c-checkbox
v-model=
"model.brdgrp.rec.frepayflg"
>
自由付款标志
</c-checkbox>
</el-form-item>
</c-col>
...
...
@@ -427,8 +423,8 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
:77A:内容
"
prop=
"nar754"
>
<c-input
type=
"textarea"
v-model=
"model.nar754"
maxlength=
"700"
show-word-limit
placeholder=
"请输入
:77A:
内容"
></c-input>
<el-form-item
label=
"
77A字段
"
prop=
"nar754"
>
<c-input
type=
"textarea"
v-model=
"model.nar754"
maxlength=
"700"
show-word-limit
placeholder=
"请输入
77A字段
内容"
></c-input>
</el-form-item>
</c-col>
...
...
src/views/Layout/SideMenu.vue
View file @
568c2f6b
...
...
@@ -392,8 +392,7 @@ export default {
}
.el-submenu__title
,
.el-menu-item
,
.el-submenu
.el-menu-item
{
.el-menu-item
{
font-size
:
14px
;
height
:
40px
;
line-height
:
40px
;
...
...
@@ -401,6 +400,13 @@ export default {
.el-submenu__title.active
{
font-weight
:
bold
;
}
.el-submenu
.el-menu-item
{
height
:
40px
;
line-height
:
40px
;
font-size
:
12px
;
}
.el-menu-vertical-demo
[
class
^=
"el-icon-caret-"
]
{
color
:
#606266
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment