修复选择器bug和附件列表样式
This commit is contained in:
parent
f7a5c99b7b
commit
0a11371dbb
|
|
@ -4,6 +4,7 @@
|
||||||
ref="statusPickerRef"
|
ref="statusPickerRef"
|
||||||
:columns="statusColumns"
|
:columns="statusColumns"
|
||||||
keyName="dictLabel"
|
keyName="dictLabel"
|
||||||
|
:closeOnClickOverlay="false"
|
||||||
@confirm="onStatusConfirm"
|
@confirm="onStatusConfirm"
|
||||||
@cancel="closeStatusPicker"
|
@cancel="closeStatusPicker"
|
||||||
></uv-picker>
|
></uv-picker>
|
||||||
|
|
@ -13,6 +14,7 @@
|
||||||
ref="intentLevelPickerRef"
|
ref="intentLevelPickerRef"
|
||||||
:columns="intentLevelColumns"
|
:columns="intentLevelColumns"
|
||||||
keyName="dictLabel"
|
keyName="dictLabel"
|
||||||
|
:closeOnClickOverlay="false"
|
||||||
@confirm="onIntentLevelConfirm"
|
@confirm="onIntentLevelConfirm"
|
||||||
@cancel="closeIntentLevelPicker"
|
@cancel="closeIntentLevelPicker"
|
||||||
></uv-picker>
|
></uv-picker>
|
||||||
|
|
@ -22,6 +24,7 @@
|
||||||
ref="followTypePickerRef"
|
ref="followTypePickerRef"
|
||||||
:columns="followTypeColumns"
|
:columns="followTypeColumns"
|
||||||
keyName="dictLabel"
|
keyName="dictLabel"
|
||||||
|
:closeOnClickOverlay="false"
|
||||||
@confirm="onFollowTypeConfirm"
|
@confirm="onFollowTypeConfirm"
|
||||||
@cancel="closeFollowTypePicker"
|
@cancel="closeFollowTypePicker"
|
||||||
></uv-picker>
|
></uv-picker>
|
||||||
|
|
|
||||||
|
|
@ -1233,9 +1233,7 @@ const handleCancel = () => {
|
||||||
}
|
}
|
||||||
|
|
||||||
.remove-btn {
|
.remove-btn {
|
||||||
position: absolute;
|
|
||||||
top: 4px;
|
|
||||||
right: 4px;
|
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
background-color: rgba(0, 0, 0, 0.6);
|
background-color: rgba(0, 0, 0, 0.6);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user