congzc 2 years ago
parent
commit
201e8c9539
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/views/createVideo/index.vue

+ 2
- 2
src/views/createVideo/index.vue View File

@@ -2066,7 +2066,7 @@ onUnmounted(() => {
// height: 580px; // height: 580px;
height: 67%; height: 67%;
// height: calc(70vh - 80px ); // height: calc(70vh - 80px );
margin-bottom: 10px;
margin-bottom: 20px;
.uploadBtn { .uploadBtn {
position: relative; position: relative;
padding: 10px 15px; padding: 10px 15px;
@@ -2313,7 +2313,7 @@ onUnmounted(() => {


&-bottom { &-bottom {
width: 100%; width: 100%;
height: 30%;
height: 29%;
// height: calc(30vh - 80px ); // height: calc(30vh - 80px );
// margin-top: 10px; // margin-top: 10px;
.tab { .tab {


Loading…
Cancel
Save