diff options
| author | chenjinsong <[email protected]> | 2024-03-20 10:14:42 +0800 |
|---|---|---|
| committer | chenjinsong <[email protected]> | 2024-03-20 10:14:42 +0800 |
| commit | c88779e81551f7fa71dcb3d2a63da7cd4e2b2bb9 (patch) | |
| tree | 2e129947539750ccf38a25e72cf008d2badec8f3 | |
| parent | b41818c60292b854c2665f744ddfcfac4850fbcc (diff) | |
fix: 调整ele升级后登录页样式
| -rw-r--r-- | src/Login.vue | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Login.vue b/src/Login.vue index 099c6115..d17265af 100644 --- a/src/Login.vue +++ b/src/Login.vue @@ -327,11 +327,11 @@ export default { align-items: flex-start; justify-content: center; height:40px; + width: 100%; } .license-file { display: flex; flex-direction: row; - height: 100%; align-items: center; justify-content: space-between; .license__btn { @@ -352,7 +352,6 @@ export default { } :deep .el-form-item { width: 334px; - margin-bottom: 25px; } :deep .el-input__prefix { color: #6DBBFF; |
