UNPKG

tms-vue3-ui

Version:

Vue3基础UI库,提供JSONSchema编辑器,支持基于JSONSchema生成表单。

22 lines 364 B
.tvu-login__form { width: auto; height: auto; } .tvu-login__form--modal { position: absolute; z-index: 10000; top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%); } .tvu-login__modal { width: 100%; height: 100%; position: absolute; top: 0; bottom: 0; right: 0; left: 0; background: rgba(0, 0, 0, 0.7); z-index: 9999; }