From 3a924a8ee6aa33cab264f3540d6e08631f1e6389 Mon Sep 17 00:00:00 2001 From: Lee <342694918@qq.com> Date: Wed, 16 Feb 2022 13:47:59 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E8=87=B3=20'src/assets/css'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/css/electron.css | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/assets/css/electron.css b/src/assets/css/electron.css index 795b164..d4483d5 100644 --- a/src/assets/css/electron.css +++ b/src/assets/css/electron.css @@ -473,31 +473,35 @@ overflow: hidden;} .notice-table>table>tr:first-child td{ text-align: center; background-color: #F1ECFF; + border-bottom: 1px solid #7557cc; } .notice-table-01>table>tr td{ box-sizing: border-box; margin: 0; - width: 11%; + width: 12%; padding: 5px 10px; line-height: 1.5; border-top: 1px solid #7557cc; border-right: 1px solid #7557cc; +} +.notice-table>table>tr:nth-of-type(3) td{ text-align: center; } .notice-table-01>table>tr .td-01{ - width: 5%; + width: 7%; text-align: center; } .notice-table-01>table>tr .td-02{ - width: 3%; + width: 5%; text-align: center; } .notice-table-01>table>tr .td-03{ - width: 15%; + width: 18%; + border-top: 0; } .notice-table-01>table>tr td:nth-of-type(8){ - width: 11%; + width: 10%; } .notice-table-02>table>tr td{ From eac9ce3e12b559370e53b0725110d0b7ed7f2829 Mon Sep 17 00:00:00 2001 From: Lee <342694918@qq.com> Date: Wed, 16 Feb 2022 13:48:28 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=A1=A8=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/babyActivity.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/babyActivity.vue b/src/components/babyActivity.vue index 070fa4d..23c9ed5 100644 --- a/src/components/babyActivity.vue +++ b/src/components/babyActivity.vue @@ -84,7 +84,7 @@