From 2a6364632f5480a504c3facb4978f14b14136816 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期五, 23 九月 2022 12:40:22 +0800
Subject: [PATCH] up
---
src/views/myMine/index.vue | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/views/myMine/index.vue b/src/views/myMine/index.vue
index 1875b56..2a50bfe 100644
--- a/src/views/myMine/index.vue
+++ b/src/views/myMine/index.vue
@@ -119,10 +119,14 @@
}
</script>
<style lang="scss" scoped>
+ body{
+ background-color:#166bd3;
+ }
.page{
background-color:#F6FAFF;
position:relative;
min-width: 375px;
+ min-height: 800px;
.hader{
margin-top: 20px;
margin-bottom: 20px;
--
Gitblit v1.8.0