From 70e2bdb8631bfb7ec6c24ced81a236ff3197c937 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期四, 14 三月 2024 15:30:09 +0800 Subject: [PATCH] 11 --- src/views/home/index.vue | 4 ++-- src/views/project/donatebaseinfo/index.vue | 1 - src/views/project/indexstatistics/index.vue | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 9b2051d..5ba0e4b 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -224,7 +224,7 @@ </el-col> <el-col :span="7"> <div - style="backgroun-color:black; margin:bottom:5px;height:100%;padding-top:50px;" + style="backgroun-color:black; margin-bottom:5px;height:100%;padding-top:50px;" > <el-row> <div style="color:white;font-size:15px;text-align:center"> @@ -859,7 +859,7 @@ leijishuju: {}, arrrrr: [], captchaOnOff: true, - uuid:'', + uuid: "", form: {}, hospitallist: [], year: "", diff --git a/src/views/project/donatebaseinfo/index.vue b/src/views/project/donatebaseinfo/index.vue index 24014f4..6345c11 100644 --- a/src/views/project/donatebaseinfo/index.vue +++ b/src/views/project/donatebaseinfo/index.vue @@ -878,7 +878,6 @@ </el-dialog> </div> </template> -<style scoped></style> <script> import { getUserProfile } from "@/api/system/user"; import { diff --git a/src/views/project/indexstatistics/index.vue b/src/views/project/indexstatistics/index.vue index 3c7c7f0..fe789d4 100644 --- a/src/views/project/indexstatistics/index.vue +++ b/src/views/project/indexstatistics/index.vue @@ -2,12 +2,12 @@ <div class="app-container" style="background-color: #f2f2f2; color: #fff"> <el-card shadow="always" style="color: #566f94"> <el-row :gutter="8"> - <el-col :span="6"> + <el-col :span="8"> <el-date-picker v-model="selecttime" type="monthrange" range-separator="鑷�" - start-placeholder="寮�濮嬫湀浠�" + start-placeholder="寮�濮嬫湀浠斤紙榛樿鏈勾搴︼級" end-placeholder="缁撴潫鏈堜唤" value-format="yyyy-MM-dd" @change="getTimeList" -- Gitblit v1.9.3