mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-17 15:53:28 +00:00
change sys-admin statistics button style (#7487)
This commit is contained in:
@@ -98,8 +98,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.system-statistic-button {
|
.system-statistic-button {
|
||||||
height: 31px;
|
|
||||||
margin-left: 1rem;
|
margin-left: 1rem;
|
||||||
|
height: 30px;
|
||||||
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rc-calendar table {
|
.rc-calendar table {
|
||||||
|
@@ -125,7 +125,7 @@ class StatisticCommonTool extends React.Component {
|
|||||||
value={endValue}
|
value={endValue}
|
||||||
onChange={this.onChange.bind(this, '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>
|
||||||
</div>
|
</div>
|
||||||
</Fragment>
|
</Fragment>
|
||||||
|
@@ -125,7 +125,7 @@ class StatisticCommonTool extends React.Component {
|
|||||||
value={endValue}
|
value={endValue}
|
||||||
onChange={this.onChange.bind(this, '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>
|
||||||
</div>
|
</div>
|
||||||
</Fragment>
|
</Fragment>
|
||||||
|
Reference in New Issue
Block a user