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] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=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{