@@ -1101,11 +1101,12 @@ $drawerWidth: 450px;
bottom: 2%;
left: 36%;
transform: translateX(-50%);
+ transition: all .5s;
- &.hide {
- width: 100%;
- }
-
+ &.hide {
+ left: 50%;
+ //width: 100%;
+ }
.el-radio {
color: #fff;
}