Skip to content

Commit c77a34a

Browse files
committed
style(ui-vue3): Add a minimum width to the login form and remove unnecessary blank lines
1 parent d998f09 commit c77a34a

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

ui-vue3/src/App.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
~ See the License for the specific language governing permissions and
1515
~ limitations under the License.
1616
-->
17-
1817
<script setup lang="ts">
1918
import { RouterView, useRouter } from 'vue-router'
2019
import enUS from 'ant-design-vue/es/locale/en_US'

ui-vue3/src/Login.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ function loginHandle() {
107107
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
108108
display: flex;
109109
justify-content: center;
110+
min-width: 350px;
110111
width: 22vw;
111112
//height: 30vh;
112113

0 commit comments

Comments
 (0)