fix modal index

This commit is contained in:
Boyuzhou 2017-03-07 20:40:33 +08:00
parent 2f6c81f7bf
commit 95fb1ed2c8
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "tinper-bee-core",
"version": "0.2.1",
"version": "0.2.2",
"description": "style core and js util for tinper-bee",
"main": "lib/index.js",
"engines": {

View File

@ -87,7 +87,7 @@ $z-index-normal: 1;
$z-index-low: -100;
$z-index-lower: -200;
$zindex-modal: 1700;
$zindex-modal: 1505;
$zindex-modal-background: 1600;
$zIndex-notification: 1560;
$zIndex-message: 1550;