From db708f5e64aec5fe81d7dd2143078c78cdf1e581 Mon Sep 17 00:00:00 2001 From: maochaoying <925670706@qq.com> Date: Tue, 27 Jun 2023 21:02:06 +0800 Subject: [PATCH] excel --- src/components/Excel.vue | 83 ++++++++++++++++++++++++++++++++++++++++++++++-- src/components/Image.vue | 2 ++ src/pages/index.vue | 4 +-- 3 files changed, 84 insertions(+), 5 deletions(-) diff --git a/src/components/Excel.vue b/src/components/Excel.vue index 14a85f3..8953a9e 100644 --- a/src/components/Excel.vue +++ b/src/components/Excel.vue @@ -1,7 +1,84 @@ - + - + diff --git a/src/components/Image.vue b/src/components/Image.vue index ee81f6c..3b45343 100644 --- a/src/components/Image.vue +++ b/src/components/Image.vue @@ -36,6 +36,8 @@ import I1 from '@/static/img/login/back.png' .image_container { width: 100%; height: 100%; + border-radius: 6px; + overflow: hidden; position: relative; background: #ddd; .top_info { diff --git a/src/pages/index.vue b/src/pages/index.vue index edea3ec..bb0d94d 100644 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -175,7 +175,7 @@ const logout = () => { .main_content { flex: 1; padding: 30px; - background: #f5f4f9; + background: #f4f2f8; display: flex; flex-direction: column; .two_content_container { @@ -188,7 +188,7 @@ const logout = () => { box-sizing: border-box; } .bottom_operation_container { - height: 155px; + min-height: 130px; width: 100%; margin-top: 30px; }