File tree Expand file tree Collapse file tree 3 files changed +5
-144
lines changed
Expand file tree Collapse file tree 3 files changed +5
-144
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 698698 <div >
699699 <div class =" form__label" >{{ $t('label.action') }}</div >
700700 <br >
701- <a-button :disabled =" !('createLoadBalancerConfig' in $store.getters.apis)" shape =" circle" type =" primary" @click =" handleAddNewLbConfig" >
701+ <a-button
702+ :disabled =" !('createLoadBalancerConfig' in $store.getters.apis)"
703+ type =" primary"
704+ style =" margin-bottom : 20px ; width : 100% "
705+ @click =" handleAddNewLbConfig" >
702706 <template #icon ><plus-outlined /></template >
703707 </a-button >
704708 </div >
@@ -2265,7 +2269,6 @@ export default {
22652269
22662270 .form {
22672271 display: flex;
2268- margin- right: - 20px ;
22692272 flex- direction: column;
22702273 align- items: flex- start;
22712274
You can’t perform that action at this time.
0 commit comments