fix: copy button not work

This commit is contained in:
jialin
2024-07-19 18:48:15 +08:00
parent b48be3b883
commit 3842006f6e
6 changed files with 78 additions and 44 deletions
@@ -143,7 +143,7 @@ const ViewCodeModal: React.FC<ViewModalProps> = (props) => {
readOnly: true,
formatOnType: true,
formatOnPaste: true,
fontWeight: 700,
fontWeight: 'bold',
scrollbar: {
verticalSliderSize: 8
}