tms-vue3-ui
Version:
Vue3基础UI库,提供JSONSchema编辑器,支持基于JSONSchema生成表单。
22 lines • 373 B
CSS
.tvu-sms-code__form {
width: auto;
height: auto;
}
.tvu-sms-code__form--modal {
position: absolute;
z-index: 10000;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}
.tvu-sms-code__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;
}