From 815ecdda5cc9a89cf4d35e3a085617fd94f3e313 Mon Sep 17 00:00:00 2001 From: feige <feige@qq.com> Date: 星期二, 25 四月 2023 09:22:45 +0800 Subject: [PATCH] Merge branch 'master' of http://47.93.189.255:8099/r/zhangshi_app_web --- ruoyi-ui/src/views/self/edit.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/ruoyi-ui/src/views/self/edit.vue b/ruoyi-ui/src/views/self/edit.vue index 6f90fe8..a0eae15 100644 --- a/ruoyi-ui/src/views/self/edit.vue +++ b/ruoyi-ui/src/views/self/edit.vue @@ -495,5 +495,7 @@ </script> <style scoped> - +.app-container{ + background-color: #FEF7FC; +} </style> -- Gitblit v1.9.1