From 0c26f2245e4472292b06fda2a65cb88eb820f8de Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Thu, 12 Sep 2024 22:56:57 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E9=A6=96=E9=A1=B5=E7=BB=86=E8=8A=82?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/index.vue | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 86a5d02..499fb32 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -4,6 +4,7 @@
+
早上好,小i提醒您{{ taskTabList[0].num }}个审批待立项
{ .top-left { //flex: 0.8; + .notice-title{ + margin-top: 10px;margin-left: 14px;color: #000000;letter-spacing: 1px;font-size: 16px; + >span{ + color: #F40E0E; + >span{ + font-weight: bold; + } + } + } .todo-bg { margin-top: 10px; @@ -1213,7 +1223,7 @@ const handleView = (row) => { cursor: pointer; display: flex; align-items: center; - height: 150px; + height: 170px; background-size: 100% 100%; background-repeat: no-repeat; @@ -1256,6 +1266,7 @@ const handleView = (row) => { .rules-block { height: 343px !important; + margin-top: 0!important; .notice { display: flex; @@ -1300,8 +1311,9 @@ const handleView = (row) => { } .notice-block { - height: 421px; + height: 452px; overflow-y: scroll; + margin-top: 10px; &::-webkit-scrollbar { width: 6px; @@ -1322,8 +1334,8 @@ const handleView = (row) => { .notice { min-width: 300px; - height: 61px; - line-height: 61px; + height: 65px; + line-height: 65px; padding: 0 15px; font-size: 15px; white-space: nowrap; @@ -1346,13 +1358,15 @@ const handleView = (row) => { } .right { + height: 100%; //height: calc(100vh - 130px); display: flex; flex-direction: column; justify-content: space-between; .right-top { - height: 473px; + height: 100%; + //height: 473px; //flex: 0.61; overflow: hidden; border-radius: 10px;