1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- .steps-content {
- margin-top: 16px;
- min-height: 360px;
- text-align: left;
- padding: 6px 24px;
- }
- .steps-name {
- margin: 16px 0 0;
- font-size: 16px;
- font-weight: bold;
- }
- .steps-action {
- padding: 6px 0;
- }
- .steps-result {
- min-height: 300px;
- margin-bottom: 20px;
- .steps-value {
- font-size: 24px;
- font-weight: bold;
- color: #ff0036;
- }
- }
- .steps-form {
- min-height: 300px;
- .ant-form-item {
- border-radius: 3px;
- background: #fafafa;
- padding: 10px 24px;
- margin-bottom: 12px;
- .ant-form-item-label {
- text-align: left;
- }
- }
- .ant-input-number {
- width: 160px;
- }
- }
- .steps-cell-key {
- font-weight: bold;
- }
|