Przeglądaj źródła

style={{ maxWidth: 600 }}

visuddhinanda 2 lat temu
rodzic
commit
537636c59e

+ 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}