Browse Source

2023.7.24

nanMing 1 year ago
parent
commit
2678d91920
1 changed files with 5 additions and 4 deletions
  1. 5 4
      ruoyi-ui/src/views/bigScreen/resources/index.vue

+ 5 - 4
ruoyi-ui/src/views/bigScreen/resources/index.vue

@@ -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;
   }