@ -27,10 +27,17 @@
< / e l - r o w >
< / e l - f o r m >
< div style = "margin-top: 20px ">
< div class = "common-div ">
< span style = "font-size: 14px; font-weight: 500" > { { $t ( 'setting.thirdParty' ) } } < / span >
< / div >
< el -row :gutter ="20" style = "margin-top: 20px" >
< el -alert type = "info" :closable ="false" class = "common-div" >
< template # default >
< div style = "margin-bottom: 3px" > < span v-html ="$t('setting.backupAlert')" > < / span > < / div >
< / template >
< / e l - a l e r t >
< el -row :gutter ="20" class = "common-div" >
< el -col :span ="12" >
< div >
< svg -icon style = "font-size: 7px" iconName = "p-aws" > < / s v g - i c o n >
@ -106,7 +113,7 @@
< / e l - a l e r t >
< / e l - c o l >
< / e l - r o w >
< el -row :gutter ="20" style = "margin-top: 20px ">
< el -row :gutter ="20" class = "common-div ">
< el -col :span ="12" >
< div >
< svg -icon style = "font-size: 7px" iconName = "p-tengxunyun1" > < / s v g - i c o n >
@ -434,4 +441,8 @@ onMounted(() => {
. alert {
background - color : rgba ( 0 , 94 , 235 , 0.03 ) ;
}
. common - div {
margin - top : 20 px ;
}
< / style >