fix:修改滑动块样式
This commit is contained in:
@@ -230,7 +230,7 @@
|
||||
handleIcon:
|
||||
'path://M30.9,53.2C16.8,53.2,5.3,41.7,5.3,27.6S16.8,2,30.9,2C45,2,56.4,13.5,56.4,27.6S45,53.2,30.9,53.2z M30.9,3.5M36.9,35.8h-1.3z M27.8,35.8 h-1.3H27L27.8,35.8L27.8,35.8z', // 使用类似 axisPointer 的图标
|
||||
handleSize: '140%', // 放大按钮
|
||||
borderColor: 'none',
|
||||
// borderColor: 'none',
|
||||
handleStyle: {
|
||||
// color: 'red',
|
||||
// shadowBlur: 6,
|
||||
|
@@ -71,7 +71,7 @@ export const notificationtableConfig = (look: any, status: any) => {
|
||||
name: 'FeedBackDetail',
|
||||
dynamicParams: ['uuid', 'appealType'],
|
||||
handle: (data: any) => {
|
||||
look.value.toggle(data);
|
||||
look.value.toggle({ ...data });
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -79,7 +79,7 @@ export const notificationtableConfig = (look: any, status: any) => {
|
||||
name: 'FeedBackDetail',
|
||||
dynamicParams: ['uuid', 'appealType'],
|
||||
handle: (data: any) => {
|
||||
status.value.toggle(data);
|
||||
status.value.toggle({ ...data });
|
||||
},
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user