From e2d227a529e3397d33dd590fb50281c528834c87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8D=A3=E9=A1=B6?= Date: Thu, 21 Mar 2024 02:04:19 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=8C=E5=96=84=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E5=99=A8=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/main.css | 7 +++---- src/views/page-main.vue | 40 +++++++++++++++++++++++++++++++++------- 2 files changed, 36 insertions(+), 11 deletions(-) diff --git a/src/assets/main.css b/src/assets/main.css index 20fd222..0656cd4 100644 --- a/src/assets/main.css +++ b/src/assets/main.css @@ -7,10 +7,9 @@ height: 100vh; } -a, -.green { - text-decoration: none; - color: hsla(160, 100%, 37%, 1); +a { + color: #32c5ff; + text-decoration: underline; transition: 0.4s; padding: 3px; } diff --git a/src/views/page-main.vue b/src/views/page-main.vue index ba92440..2966d94 100644 --- a/src/views/page-main.vue +++ b/src/views/page-main.vue @@ -6,9 +6,8 @@
- -

Video Studio

- ( 开发中... ) + +

Video Studio

@@ -21,20 +20,47 @@
-
left-box
+
+ left-box + ( 开发中... ) +
-
player
+
+ player + ( 开发中... ) +
-
right-panel
+
+ right-panel + ( 开发中... ) +
-
bottom-panel
+
+ bottom-panel + ( 开发中... ) +
+ +