mirror of
https://github.com/Kenshin/simpread.git
synced 2026-02-01 15:41:29 +00:00
Format source.
This commit is contained in:
parent
84172ba195
commit
3392cece13
@ -60,11 +60,13 @@ class Card extends React.Component {
|
||||
<div style={{width: '100%', display: 'flex', 'justify-content': 'flex-end'}}>
|
||||
<Button shape="circle" type="flat"
|
||||
color="#c3c6c7" hoverColor="rgba( 153, 153, 153, .1)"
|
||||
tooltip={{ text: "更新当前插件到最新版本" }}
|
||||
fontIcon='<i class="fas fa-cloud"></i>'
|
||||
waves="md-waves-effect md-waves-button"
|
||||
onClick={ ()=>this.update() } />
|
||||
<Button shape="circle" type="flat"
|
||||
color="#c3c6c7" hoverColor="rgba( 153, 153, 153, .1)"
|
||||
tooltip={{ text: "打开插件中心" }}
|
||||
fontIcon='<i class="fas fa-ellipsis-h"></i>'
|
||||
waves="md-waves-effect md-waves-button"
|
||||
onClick={ ()=>this.addmore() } />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user