Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rbc-demo
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
王衍超
rbc-demo
Commits
98ab8abd
Commit
98ab8abd
authored
May 07, 2022
by
Joey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(@rbc/workflow-job-view): 范围选择框高度问题
parent
3457a252
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
range.vue
...nts/custom-query/senior-query/senior-query-type/range.vue
+4
-4
No files found.
develop/@rbc/workflow-job-view/src/components/custom-query/senior-query/senior-query-type/range.vue
View file @
98ab8abd
...
...
@@ -3,7 +3,7 @@
<div
class=
"string"
v-if=
"initData.dataType == 'STRING'"
>
<div
class=
"numberItem"
:style=
"`paddingLeft:$
{initData.labelWidth}px`">
<div
class=
"title"
:style=
"`width:$
{initData.labelWidth}px`">
{{
initData
.
title
}}
</div>
<div
<
!--
<
div
class=
"noChecked"
:class=
"
{ checked: numHasAll == numLocationIndex }"
v-if="initData.config.hasAll"
...
...
@@ -15,7 +15,7 @@
:key=
"index"
:class=
"
{ checked: numLocationIndex == index }"
@click="numChose(index)"
>
{{
val
.
title
}}
</div>
>
{{
val
.
title
}}
</div>
-->
<div
class=
"custom"
v-if=
"initData.config.custom"
>
<Input
:placeholder=
"'请输入起始段' + initData.title"
...
...
@@ -36,7 +36,7 @@
<div
class=
"number"
v-if=
"initData.dataType == 'NUMBER'"
>
<div
class=
"numberItem"
:style=
"`paddingLeft:$
{initData.labelWidth}px`">
<div
class=
"title"
:style=
"`width:$
{initData.labelWidth}px`">
{{
initData
.
title
}}
</div>
<div
<
!--
<
div
class=
"noChecked"
:class=
"
{ checked: numHasAll == numLocationIndex }"
v-if="initData.config.hasAll"
...
...
@@ -48,7 +48,7 @@
:key=
"index"
:class=
"
{ checked: numLocationIndex == index }"
@click="numChose(index)"
>
{{
val
.
title
}}
</div>
>
{{
val
.
title
}}
</div>
-->
<div
class=
"custom"
v-if=
"initData.config.custom"
>
<div
class=
"isHavePrecision"
...
...
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