fix upload panel

This commit is contained in:
joyqi
2020-05-15 15:18:39 +08:00
parent 31072a0726
commit a4bcd37dae
2 changed files with 6 additions and 33 deletions
+3 -21
View File
@@ -223,23 +223,8 @@
/* 上传面板动画效果 */
@keyframes fullscreen-upload {
0% { right: -280px; }
100% { right: -1px; }
}
@-moz-keyframes fullscreen-upload {
0% { right: -280px; }
100% { right: -1px; }
}
@-webkit-keyframes fullscreen-upload {
0% { right: -280px; }
100% { right: -1px; }
}
@-o-keyframes fullscreen-upload {
0% { right: -280px; }
100% { right: -1px; }
0% { opacity: 0; }
100% { opacity: 1; }
}
/* 编辑器全屏 */
@@ -293,14 +278,11 @@
#tab-files {
position: absolute;
top: 52px;
right: -1px;
right: 0;
width: 280px;
z-index: 1001;
animation: fullscreen-upload 0.5s;
-moz-animation: fullscreen-upload 0.5s;
-webkit-animation: fullscreen-upload 0.5s;
-o-animation: fullscreen-upload 0.5s;
}
.wmd-edittab,