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