mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-16 23:29:49 +00:00
change sys-admin statistics button style (#7487)
This commit is contained in:
@@ -98,8 +98,9 @@
|
||||
}
|
||||
|
||||
.system-statistic-button {
|
||||
height: 31px;
|
||||
margin-left: 1rem;
|
||||
height: 30px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.rc-calendar table {
|
||||
|
@@ -125,7 +125,7 @@ class StatisticCommonTool extends React.Component {
|
||||
value={endValue}
|
||||
onChange={this.onChange.bind(this, 'endValue')}
|
||||
/>
|
||||
<Button color="primary" className="operation-item system-statistic-button" onClick={this.onSubmit}>{gettext('Submit')}</Button>
|
||||
<Button color="primary" size="sm" className="system-statistic-button" onClick={this.onSubmit}>{gettext('Submit')}</Button>
|
||||
</div>
|
||||
</div>
|
||||
</Fragment>
|
||||
|
@@ -125,7 +125,7 @@ class StatisticCommonTool extends React.Component {
|
||||
value={endValue}
|
||||
onChange={this.onChange.bind(this, 'endValue')}
|
||||
/>
|
||||
<Button color="primary" className="operation-item system-statistic-button" onClick={this.onSubmit}>{gettext('Submit')}</Button>
|
||||
<Button color="primary" size="sm" className="system-statistic-button" onClick={this.onSubmit}>{gettext('Submit')}</Button>
|
||||
</div>
|
||||
</div>
|
||||
</Fragment>
|
||||
|
Reference in New Issue
Block a user