We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 687610d commit 66ae96bCopy full SHA for 66ae96b
ui/src/views/image/RegisterOrUploadTemplate.vue
@@ -429,8 +429,10 @@
429
</a-form-item>
430
</a-col>
431
</a-row>
432
- <a-button @click="closeAction">{{ $t('label.cancel') }}</a-button>
433
- <a-button :loading="loading" ref="submit" type="primary" @click="handleSubmit">{{ $t('label.ok') }}</a-button>
+ <div :span="24" class="action-button">
+ <a-button @click="closeAction">{{ $t('label.cancel') }}</a-button>
434
+ <a-button :loading="loading" ref="submit" type="primary" @click="handleSubmit">{{ $t('label.ok') }}</a-button>
435
+ </div>
436
</a-form>
437
</a-spin>
438
</div>
0 commit comments