From 94b04152f691c602e5ccd3f5f07f97ca45888819 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期二, 07 二月 2023 10:13:48 +0800 Subject: [PATCH] 修改数字输入框样式,修改提交表单名称 --- src/views/login/index.vue | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 78b072d..323ef0d 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -1,7 +1,6 @@ <template> <div class="login-container"> <div v-title :data-title="titleName" class="main"/> - <div class="left-container"> <div class="login_title"></div> <div v-if="action==='login'" class="login-component"> @@ -606,4 +605,3 @@ margin:auto; } </style> - -- Gitblit v1.9.2