规范modal尺寸

This commit is contained in:
yangchch6 2019-03-22 10:43:41 +08:00
parent 4c20ea04f1
commit 80415a6715
1 changed files with 3 additions and 3 deletions

View File

@ -1213,9 +1213,9 @@ $modal-backdrop-bg: #000;
$modal-backdrop-opacity: .6;
$modal-header-border-color: transparent;
$modal-footer-border-color: transparent;
$modal-xlg: 1200px;
$modal-lg: 900px;
$modal-sm: 300px;
$modal-xlg: 976px;
$modal-lg: 800px;
$modal-sm: 400px;
$modal-default: 600px;
$modal-border-radius: $border-radius-base;