Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
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
1cac55cd
authored
2021-03-15 14:28:06 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
权利性质组件样式修改
1 parent
c075fdae
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
1 deletions
src/assets/less/main.less
src/components/formMenu/qlxz.vue
src/views/dz/dzxx/index.vue
src/assets/less/main.less
View file @
1cac55c
...
...
@@ -66,6 +66,14 @@ input:disabled{
.formInput:focus{
border: 1px solid #A0C5F6!important;
}
.formSelect {
top: -1px;
width: 100%;
.el-input__inner {
height: 32px;
}
}
.psr{
position: relative;
}
...
...
src/components/formMenu/qlxz.vue
View file @
1cac55c
...
...
@@ -250,6 +250,7 @@
<li>
<el-select-tree
v-if=
"show"
class=
"formSelect percent30"
:default-expand-all=
"defaultExpandAll"
ref=
"pzytdm"
:multiple=
"multiple"
...
...
@@ -265,6 +266,7 @@
<li>
<el-select-tree
v-if=
"show"
class=
"formSelect percent30"
:default-expand-all=
"defaultExpandAll"
ref=
"sjytdm"
:multiple=
"multiple"
...
...
@@ -350,6 +352,7 @@
<div
class=
"title"
>
<el-select-tree
v-if=
"show"
class=
"formSelect"
:disabled=
"formData.qszt!='0'"
:default-expand-all=
"defaultExpandAll"
:multiple=
"multiple"
...
...
src/views/dz/dzxx/index.vue
View file @
1cac55c
...
...
@@ -136,7 +136,7 @@
</tr>
<tr>
<td
colspan=
"12"
align=
"center"
>
<td
colspan=
"12"
style=
"padding-right: 0;"
align=
"center"
>
<Qlxz
ref=
"qlxzModule"
:hasSyqx=
'false'
:formData=
"form"
></Qlxz>
</td>
</tr>
...
...
Please
register
or
sign in
to post a comment