From 674144c6b9efa70bc8f9258600943fff7b280010 Mon Sep 17 00:00:00 2001 From: congzc Date: Fri, 26 May 2023 10:33:55 +0800 Subject: [PATCH] 1 --- src/views/createVideo/index.vue | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/src/views/createVideo/index.vue b/src/views/createVideo/index.vue index d9c5c36..ffca4c3 100644 --- a/src/views/createVideo/index.vue +++ b/src/views/createVideo/index.vue @@ -68,7 +68,12 @@ -
22222222222222222
+
+
+ + +
+
@@ -352,7 +357,23 @@ let languageOptions = reactive([ .tabs { height: 100%; - + .card2 { + padding: 10px; + .uploadVideo { + position: relative; + margin-top: 10px; + width: 100%; + height: 100px; + border-radius: 10px; + background-color: red; + input { + position: absolute; + width: 100%; + height: 100%; + opacity: 0; + } + } + } .card3 { .text { padding: 10px;