Explorar el Código

style={{ maxWidth: 600 }}

visuddhinanda hace 2 años
padre
commit
537636c59e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      dashboard/src/components/channel/ChannelPicker.tsx

+ 1 - 0
dashboard/src/components/channel/ChannelPicker.tsx

@@ -53,6 +53,7 @@ const ChannelPickerWidget = ({
       <span onClick={showModal}>{trigger}</span>
       <Modal
         width={"80%"}
+        style={{ maxWidth: 600 }}
         title="选择版本风格"
         footer={false}
         open={isModalOpen}