From 8940f6c5549031ba254316cbf50bca1c88a761b5 Mon Sep 17 00:00:00 2001
From: liushilong <2224574157@qq.com>
Date: Thu, 21 Mar 2024 13:37:00 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E6=89=80=E6=9C=89=E7=9B=B8=E4=BC=BC?=
=?UTF-8?q?=E5=BA=A6=E9=98=88=E5=80=BC=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/home/content/Content.vue | 6 +
src/views/worksheet/content/Content.vue | 590 +++++++++++++-----------
2 files changed, 331 insertions(+), 265 deletions(-)
diff --git a/src/views/home/content/Content.vue b/src/views/home/content/Content.vue
index a6acb86..2eac964 100644
--- a/src/views/home/content/Content.vue
+++ b/src/views/home/content/Content.vue
@@ -449,6 +449,12 @@ function sortHandler() {
display: flex;
align-items: center;
justify-content: center;
+ font-size: 12px;
+ font-family: PingFang SC, PingFang SC-Semibold;
+ font-weight: Semibold;
+ text-align: left;
+ color: #ffffff;
+ line-height: 24px;
}
}
diff --git a/src/views/worksheet/content/Content.vue b/src/views/worksheet/content/Content.vue
index caa4195..84ea06f 100644
--- a/src/views/worksheet/content/Content.vue
+++ b/src/views/worksheet/content/Content.vue
@@ -1,77 +1,79 @@
@@ -395,16 +395,21 @@ function previewHandler(event: MouseEvent) {