From 39c0ad120acd120b62cb69dc92b6fe63e8edf902 Mon Sep 17 00:00:00 2001 From: feige <feige@qq.com> Date: 星期三, 17 四月 2024 16:01:28 +0800 Subject: [PATCH] 修改了备忘录图片 --- ruoyi-ui/src/views/genealogy/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-ui/src/views/genealogy/index.vue b/ruoyi-ui/src/views/genealogy/index.vue index 472a3b0..94f1a3d 100644 --- a/ruoyi-ui/src/views/genealogy/index.vue +++ b/ruoyi-ui/src/views/genealogy/index.vue @@ -42,7 +42,7 @@ <el-form-item label="鐢熸棩" prop="birth deadDay"> <el-date-picker v-model="dateRange" - style="width: 197px; + style="width: 240px; height: 30px; background: #FFFFFF; border-radius: 14px 14px 14px 14px; @@ -504,7 +504,7 @@ }; </script> -<style > +<style scoped> .app-container{ background-color: #FEF7FC; } -- Gitblit v1.9.1