From 651fb77ed540847d339e182497b4954bce970ef5 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 22 十一月 2023 16:43:45 +0800 Subject: [PATCH] 2023-11-22 --- src/menu/components/chart/antv-bar/chartcompile/index.jsx | 28 ++++++++++++++-------------- src/views/interface/history/index.jsx | 8 ++++---- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/menu/components/chart/antv-bar/chartcompile/index.jsx b/src/menu/components/chart/antv-bar/chartcompile/index.jsx index 9faa0e8..1bcb634 100644 --- a/src/menu/components/chart/antv-bar/chartcompile/index.jsx +++ b/src/menu/components/chart/antv-bar/chartcompile/index.jsx @@ -410,26 +410,26 @@ value: 'line', label: '鎶樼嚎', children: [ - { value: 'smooth', label: 'smooth' }, - { value: 'line', label: 'line' }, - { value: 'dot', label: 'dot' }, - { value: 'dash', label: 'dash' }, - { value: 'hv', label: 'hv' }, - { value: 'vh', label: 'vh' }, - { value: 'hvh', label: 'hvh' }, - { value: 'vhv', label: 'vhv' } + { value: 'smooth', label: 'smooth锛堝钩婊戠嚎锛�' }, + { value: 'line', label: 'line锛堢洿绾匡級' }, + { value: 'dot', label: 'dot锛堢偣鐘剁嚎锛�' }, + { value: 'dash', label: 'dash锛堣櫄绾匡級' }, + { value: 'hv', label: 'hv锛堟按骞�-鍨傜洿绾匡級' }, + { value: 'vh', label: 'vh锛堝瀭鐩�-姘村钩绾匡級' }, + { value: 'hvh', label: 'hvh锛堟按骞�-鍨傜洿-姘村钩绾匡級' }, + { value: 'vhv', label: 'vhv锛堝瀭鐩�-姘村钩-鍨傜洿绾匡級' } ] }, { value: 'bar', label: '鏌卞舰', children: [ - { value: 'rect', label: 'rect' }, - { value: 'hollow-rect', label: 'hollow-rect' }, - { value: 'line', label: 'line' }, - { value: 'tick', label: 'tick' }, - { value: 'funnel', label: 'funnel' }, - { value: 'pyramid', label: 'pyramid' } + { value: 'rect', label: 'rect锛堢煩褰級' }, + { value: 'hollow-rect', label: 'hollow-rect锛堢┖蹇冪煩褰級' }, + { value: 'line', label: 'line锛堢嚎鏉★級' }, + { value: 'tick', label: 'tick锛堟尝鍔級' }, + // { value: 'funnel', label: 'funnel' }, + { value: 'pyramid', label: 'pyramid锛堣閿ワ級' } ], } ] diff --git a/src/views/interface/history/index.jsx b/src/views/interface/history/index.jsx index 8b92672..2b3bdb6 100644 --- a/src/views/interface/history/index.jsx +++ b/src/views/interface/history/index.jsx @@ -260,18 +260,18 @@ ))} <div className="list-line" key="example"> <div className="line-title">绀轰緥</div> - <div className="line-item" key="dologon"> + <div className="line-item" style={{cursor: 'pointer'}} key="dologon" onClick={this.uselogon}> <div className="method">POST</div> <div className="inter" style={{lineHeight: '40px'}}>dologon</div> <div className="action" style={{paddingLeft: '40px'}}> - <RightOutlined onClick={this.uselogon} /> + <RightOutlined/> </div> </div> - <div className="line-item" key="dostars"> + <div className="line-item" style={{cursor: 'pointer'}} key="dostars" onClick={this.usedostars}> <div className="method">POST</div> <div className="inter" style={{lineHeight: '40px'}}>dostars</div> <div className="action" style={{paddingLeft: '40px'}}> - <RightOutlined onClick={this.usedostars} /> + <RightOutlined/> </div> </div> </div> -- Gitblit v1.8.0