diff --git a/src/assets/common.scss b/src/assets/common.scss index 12301d5cb160703ff1da2e3a2bcf3ffbdb528731..0d93fb538a49c4283d7d2c0a848ac5ddfd754113 100644 --- a/src/assets/common.scss +++ b/src/assets/common.scss @@ -121,4 +121,34 @@ body{ } } } -} \ No newline at end of file + .ant-input-wrapper{ + .ant-input-group-addon{ + border-radius: 0 20px 20px 0; + } + } +} +.ant-form{ + .ant-form-item{ + .ant-form-item-label{ + text-align: center; + } + } +} +.ant-tabs{ + &.ant-tabs-left{ + .ant-tabs-tab{ + text-align: center; + } + } +} + .ant-table { + .ant-table-header { + thead { + tr { + th { + padding: 14px 16px; + } + } + } + } + } \ No newline at end of file