|
|
@@ -83,7 +83,7 @@ const SystemZone = forwardRef<HTMLDivElement, SystemZoneProps>(
|
|
|
}
|
|
|
iconPlace="left"
|
|
|
iconSize={32} // 和size 2x 保持一致
|
|
|
- type="primary"
|
|
|
+ type="default"
|
|
|
block
|
|
|
style={{ padding: '4px 16px' }}
|
|
|
onClick={handleSettingsClick}
|
|
|
@@ -130,7 +130,7 @@ const SystemZone = forwardRef<HTMLDivElement, SystemZoneProps>(
|
|
|
}
|
|
|
iconPlace="left"
|
|
|
iconSize={32}
|
|
|
- type="primary"
|
|
|
+ type="default"
|
|
|
block
|
|
|
style={{ padding: '4px 16px' }}
|
|
|
onClick={() => showNotImplemented('我的')}
|
|
|
@@ -152,7 +152,7 @@ const SystemZone = forwardRef<HTMLDivElement, SystemZoneProps>(
|
|
|
}
|
|
|
iconPlace="left"
|
|
|
iconSize={32}
|
|
|
- type="primary"
|
|
|
+ type="default"
|
|
|
block
|
|
|
style={{ padding: '4px 16px' }}
|
|
|
onClick={handleExitClick}
|