From a1d2a8346337fa0b4d5cf1fdc0f333ad961e765d Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Thu, 14 Sep 2023 15:47:00 +0800
Subject: [PATCH] EModeText
---
src/pages/page-web/projects/workspace.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/pages/page-web/projects/workspace.vue b/src/pages/page-web/projects/workspace.vue
index a7b1d92..5ad885b 100644
--- a/src/pages/page-web/projects/workspace.vue
+++ b/src/pages/page-web/projects/workspace.vue
@@ -129,8 +129,9 @@
.left {
display: flex;
- width: 335px;
- flex: 0 0 335px;
+ // width: 335px;
+ flex: 1;
+ // flex: 0 0 335px;
background-color: #232323;
.main-content {
--
Gitblit v1.9.3