Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pc
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
wbx-PCAndMobi
pc
Commits
0b340c75
Commit
0b340c75
authored
May 17, 2021
by
levante
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
275b6ef5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
labelList.vue
src/views/label/labelList.vue
+1
-1
labelRightSide.vue
src/views/label/labelRightSide.vue
+3
-3
No files found.
src/views/label/labelList.vue
View file @
0b340c75
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
@
select=
"onSelect"
@
select=
"onSelect"
/>
/>
</a-col>
</a-col>
<a-col
:span=
"19"
:offset=
"1"
>
<a-col
:span=
"19"
:offset=
'1'
>
<RightPanel
v-if=
"currentState == 'create'"
:trigger-type=
'currentState'
@
finish=
'getFinishState'
/>
<RightPanel
v-if=
"currentState == 'create'"
:trigger-type=
'currentState'
@
finish=
'getFinishState'
/>
<RightPanel
v-else-if=
"currentState == 'loadChildLabel'"
:trigger-type=
'currentState'
:label-id=
'labelId'
@
finish=
'getFinishState'
/>
<RightPanel
v-else-if=
"currentState == 'loadChildLabel'"
:trigger-type=
'currentState'
:label-id=
'labelId'
@
finish=
'getFinishState'
/>
<ParentRightPanel
v-else-if=
"currentState == 'loadParentLabel'"
:trigger-type=
'currentState'
:label-id=
'labelId'
@
finish=
'getFinishState'
/>
<ParentRightPanel
v-else-if=
"currentState == 'loadParentLabel'"
:trigger-type=
'currentState'
:label-id=
'labelId'
@
finish=
'getFinishState'
/>
...
...
src/views/label/labelRightSide.vue
View file @
0b340c75
...
@@ -71,11 +71,11 @@
...
@@ -71,11 +71,11 @@
</a-radio-group>
</a-radio-group>
</a-form-item>
</a-form-item>
</a-form>
</a-form>
<
!--
<div
style=
"background-color: #F0F2F5; height: 10px; "
></div>
--
>
<
div
style=
"background-color: #F0F2F5; height: 5px; "
></div
>
<!--
{{
loopContent
}}
-->
<!--
{{
loopContent
}}
-->
<a-form
:form=
'infoSettingForm'
layout=
'inline'
>
<a-form
:form=
'infoSettingForm'
layout=
'inline'
>
<div
v-for=
"(item66, index66) in loopContent.data"
:key=
"index66"
style=
"
margin-top: 20px; padding: 20px; border: 1px solid lightgrey
"
>
<div
v-for=
"(item66, index66) in loopContent.data"
:key=
"index66"
style=
"
padding: 20px;border-left: 5px solid #F0F2F5; border-right: 5px solid #F0F2F5; border-bottom: 5px solid #F0F2F5;
"
>
<!--
{{
index66
}}
-->
<!--
{{
index66
}}
-->
<a-row
type=
'flex'
style=
"font-weight: bold; font-size: 16px; margin-bottom: 20px; border-bottom: 1px solid lightgrey"
align=
'middle'
>
<a-row
type=
'flex'
style=
"font-weight: bold; font-size: 16px; margin-bottom: 20px; border-bottom: 1px solid lightgrey"
align=
'middle'
>
<a-col
:span=
'21'
>
<a-col
:span=
'21'
>
...
@@ -162,7 +162,7 @@
...
@@ -162,7 +162,7 @@
</a-form-item>
</a-form-item>
<a-form-item>
<a-form-item>
<a-select
v-if=
"infoSettingForm.getFieldValue('codition-'+index66 +'-' + index) == 'eq' || infoSettingForm.getFieldValue('codition-'+index66 +'-' + index) == 'regex'"
style=
"width: 80px"
placeholder=
'查询方式'
v-decorator=
"['selMet-' + index66 +'-' + index,
{initialValue: item.selMet, validateTrigger:'blur',rules: [{required: true, message: '请至少选择一项!'}]}]">
<a-select
v-if=
"infoSettingForm.getFieldValue('codition-'+index66 +'-' + index) == 'eq' || infoSettingForm.getFieldValue('codition-'+index66 +'-' + index) == 'regex'
|| infoSettingForm.getFieldValue('codition-'+index66 +'-' + index) == undefined
"
style=
"width: 80px"
placeholder=
'查询方式'
v-decorator=
"['selMet-' + index66 +'-' + index,
{initialValue: item.selMet, validateTrigger:'blur',rules: [{required: true, message: '请至少选择一项!'}]}]">
<a-select-option
value=
'equels'
>
精确
</a-select-option>
<a-select-option
value=
'equels'
>
精确
</a-select-option>
<a-select-option
value=
'like'
>
模糊
</a-select-option>
<a-select-option
value=
'like'
>
模糊
</a-select-option>
</a-select>
</a-select>
...
...
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