Skip to content

Commit

Permalink
bugfix: 大盘promql编辑器宽度显示
Browse files Browse the repository at this point in the history
  • Loading branch information
guguji5 committed Dec 10, 2021
1 parent fe118bf commit 8a4750a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/dashboard/chartConfigModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ export default function ChartConfigModal(props: Props) {
onChange={onChange}
value={value}
style={{
// width: '340px',
flex: 1,
width: '330px',
// flex: 1,
}}
/>
{fields.length > 1 ? (
Expand Down

0 comments on commit 8a4750a

Please sign in to comment.