From 05b0f6104cc5e1ac06c8d1f553bbc3e32f6e6521 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 01 Nov 2024 10:43:02 +0800
Subject: [PATCH] 布局容器样式调整
---
src/views/layout/index.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/layout/index.vue b/src/views/layout/index.vue
index 9380212..6456295 100644
--- a/src/views/layout/index.vue
+++ b/src/views/layout/index.vue
@@ -2,7 +2,7 @@
* @Author: shuishen 1109946754@qq.com
* @Date: 2022-08-18 16:18:24
* @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2024-10-30 11:25:44
+ * @LastEditTime: 2024-11-01 10:37:23
* @FilePath: \bigScreen\src\views\layout\index.vue
* @Description:
*
@@ -117,9 +117,9 @@
.main-container {
position: absolute;
- top: 68px;
- left: 50px;
- right: 50px;
+ top: 40px;
+ left: 40px;
+ right: 40px;
bottom: 40px;
}
}
--
Gitblit v1.9.3