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 @@
- excel
+
-
+
-
+
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;
}