Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
H
hs-sky-ui
Project
Project
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
何虹
hs-sky-ui
Commits
e47aa089
Commit
e47aa089
authored
Mar 11, 2021
by
何虹
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
隐藏控件高
parent
6d52dca3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
formDevConfigColumsSet.vue
src/packages/common/formDevConfigColumsSet.vue
+1
-1
formUserSysConfigColumsSet.vue
src/packages/common/formUserSysConfigColumsSet.vue
+0
-5
No files found.
src/packages/common/formDevConfigColumsSet.vue
View file @
e47aa089
...
@@ -71,7 +71,7 @@
...
@@ -71,7 +71,7 @@
<el-input
clearable
v-model=
"scope.row.width"
size=
'mini'
placeholder=
"173"
></el-input>
<el-input
clearable
v-model=
"scope.row.width"
size=
'mini'
placeholder=
"173"
></el-input>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"width"
label=
"控件高"
width=
'120'
>
<el-table-column
v-if=
'false'
prop=
"width"
label=
"控件高"
width=
'120'
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-input
clearable
v-model=
"scope.row.height"
size=
'mini'
></el-input>
<el-input
clearable
v-model=
"scope.row.height"
size=
'mini'
></el-input>
</
template
>
</
template
>
...
...
src/packages/common/formUserSysConfigColumsSet.vue
View file @
e47aa089
...
@@ -46,11 +46,6 @@
...
@@ -46,11 +46,6 @@
<el-input
clearable
v-model=
"scope.row.width"
size=
'mini'
placeholder=
"173"
></el-input>
<el-input
clearable
v-model=
"scope.row.width"
size=
'mini'
placeholder=
"173"
></el-input>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"width"
label=
"控件高"
width=
'120'
>
<
template
slot-scope=
"scope"
>
<el-input
clearable
v-model=
"scope.row.height"
size=
'mini'
></el-input>
</
template
>
</el-table-column>
<el-table-column
prop=
"rowspan"
label=
"跨行"
v-if=
'controlType!=="queryArea"'
width=
'80'
>
<el-table-column
prop=
"rowspan"
label=
"跨行"
v-if=
'controlType!=="queryArea"'
width=
'80'
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-input
clearable
v-model=
"scope.row.rowspan"
size=
'mini'
></el-input>
<el-input
clearable
v-model=
"scope.row.rowspan"
size=
'mini'
></el-input>
...
...
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