update: mock mode
This commit is contained in:
@@ -118,8 +118,15 @@ const CaseList: React.FC = () => {
|
||||
render: (_, record) => (
|
||||
<Space>
|
||||
<Button
|
||||
type="link"
|
||||
type="default"
|
||||
size="small"
|
||||
style={{
|
||||
background: '#e6f4ff',
|
||||
borderColor: '#91caff',
|
||||
color: '#0958d9',
|
||||
fontWeight: 600,
|
||||
boxShadow: '0 1px 2px rgba(22, 119, 255, 0.12)',
|
||||
}}
|
||||
onClick={() => navigate(`/cases/${record.id}/workspace`)}
|
||||
>
|
||||
进入工作台
|
||||
|
||||
Reference in New Issue
Block a user