From 5494aaed6aed85a7ff4782d647500088a161631b Mon Sep 17 00:00:00 2001 From: Admin <978517621@qq.com> Date: 星期一, 31 十月 2022 13:40:49 +0800 Subject: [PATCH] 新增有效期限 --- src/views/login/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index e7a67ff..0a6d1a2 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -485,12 +485,12 @@ &>span{ &:first-child{ - width: 20%; + width: 25%; text-align: justify; margin-right: 20px; } &:last-of-type{ - width: calc(80% - 20px); + width: calc(75% - 20px); text-align: left; } } -- Gitblit v1.9.2