1
0
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:
Michael An
2025-02-19 14:55:48 +08:00
committed by GitHub
parent bc2c7c80b7
commit 5ca5acc277
3 changed files with 4 additions and 3 deletions

View File

@@ -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 {

View File

@@ -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>

View File

@@ -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>