From 9b7b2d5edd02e1630a28cdbdba868670643dc9d8 Mon Sep 17 00:00:00 2001
From: lyfO_o <764716047@qq.com>
Date: Fri, 06 May 2022 17:05:30 +0800
Subject: [PATCH] 忘记密码:v2:样式调整
---
src/components/Tab/Model.vue | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/src/components/Tab/Model.vue b/src/components/Tab/Model.vue
index 42b606e..4b62e25 100644
--- a/src/components/Tab/Model.vue
+++ b/src/components/Tab/Model.vue
@@ -101,7 +101,13 @@
return this.timestamp && global.map ? global.map.models : [];
}
},
+ mounted() {
+ this.beginSet()
+ },
methods: {
+ beginSet() {
+ this.focusHandle(this.models[0].id)
+ },
editHandle(model) {
if (!global.map) return;
this.model = {
@@ -216,4 +222,4 @@
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
}
-</style>
\ No newline at end of file
+</style>
--
Gitblit v1.9.2