compute: removed oval animation when click radio button in deploy VM (#537)

Related #520

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Hoang Nguyen 2020-07-14 12:00:43 +07:00 committed by Rohit Yadav
parent 4d27f0c762
commit ad5e241090
1 changed files with 2 additions and 10 deletions

View File

@ -130,18 +130,10 @@ export default {
<style lang="less" scoped>
.radio-group {
display: block;
margin: 0.5rem 0;
/deep/.ant-radio {
width: 35px;
}
&__radio {
margin: 0.5rem 0;
/deep/span:last-child {
display: inline-block;
}
margin-right: 20px;
}
&__os-logo {