设置modal弹窗样式

This commit is contained in:
黄焱
2024-01-11 15:47:39 +08:00
parent 6c57df8270
commit fc2c1e06d9

View File

@@ -434,4 +434,19 @@ div:has(.o_required_modifier) > label::before {
.o_list_renderer .flex-row-reverse > .text-end {
text-align: left!important;
}
// 设置modal弹窗样式
.modal.o_technical_modal {
.modal-lg {
@media (min-width: 992px) {
max-width: 1200px;
}
@media (min-width: 576px) {
.o_form_view .o_inner_group {
grid-template-columns: auto;
}
}
}
}