wms-antdvue/.svn/pristine/01/0173ce0afc4b13296613cc31ccd72afd35dc7eb6.svn-base
2024-11-07 16:33:03 +08:00

39 lines
524 B
Plaintext

.fullscreen-modal {
overflow: hidden;
.ant-modal {
top: 0 !important;
right: 0 !important;
bottom: 0 !important;
left: 0 !important;
width: 100% !important;
height: 100%;
&-content {
height: 100%;
}
}
}
.ant-modal {
width: 520px;
padding-bottom: 0;
&-title {
font-size: 16px;
line-height: 16px;
.base-title {
cursor: move !important;
}
}
&-close-x {
display: inline-block;
width: 96px;
height: 56px;
line-height: 56px;
}
}