Browse Source

fx 样式

master
nili 5 months ago
parent
commit
2dfeca50a7
  1. 2
      dist/index.html
  2. 1
      dist/p__AppManagement.53e672f6.async.js
  3. 1
      dist/p__AppManagement.f5520ac7.async.js
  4. 2
      dist/umi.317bccfe.js
  5. 2
      src/pages/AppManagement.tsx

2
dist/index.html

@ -8,6 +8,6 @@
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>
<script src="/umi.9093b793.js"></script> <script src="/umi.317bccfe.js"></script>
</body></html> </body></html>

1
dist/p__AppManagement.53e672f6.async.js

File diff suppressed because one or more lines are too long

1
dist/p__AppManagement.f5520ac7.async.js

File diff suppressed because one or more lines are too long

2
dist/umi.9093b793.js → dist/umi.317bccfe.js

File diff suppressed because one or more lines are too long

2
src/pages/AppManagement.tsx

@ -38,7 +38,7 @@ const AppManagement = () => {
overlayInnerStyle={{ padding: 0 }} overlayInnerStyle={{ padding: 0 }}
content={<QRCode value={url || ''} bordered={false} />} content={<QRCode value={url || ''} bordered={false} />}
> >
<a>{url}</a> <a style={{ wordBreak: 'break-word' }}>{url}</a>
</Popover> </Popover>
), ),
}, },

Loading…
Cancel
Save